diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-07-31 18:58:40 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-07-31 18:58:40 +0200 |
commit | f2e7a3fca1c05599456a60494fff61bb7b1ecf4e (patch) | |
tree | 1205839ff20f896ed4e824e2f99d226e05f718eb | |
parent | 92e833940f8a418157e84f8c1827c40a6a8a44c3 (diff) |
fix typo: current -> currently
Reported by Allan Wind, thanks!
-rw-r--r-- | sfeed_curses.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1 index 56b2a92..4b2afbd 100644 --- a/sfeed_curses.1 +++ b/sfeed_curses.1 @@ -141,12 +141,12 @@ This will only work when .Ev SFEED_URL_FILE is set. .It f -Mark all items of the current loaded feed as read. +Mark all items of the currently loaded feed as read. This will only work when .Ev SFEED_URL_FILE is set. .It F -Mark all items of the current loaded feed as unread. +Mark all items of the currently loaded feed as unread. This will only work when .Ev SFEED_URL_FILE is set. @@ -325,7 +325,7 @@ Toggle showing only feeds with new items in the sidebar ('t' keybind). .Pp Go to the first row in the current panel ('g' keybind). .Pp -Load the current selected feed ('o' keybind'). +Load the currently selected feed ('o' keybind'). .It Set a file to use for managing read and unread items. This is a plain-text file containing a list of read URLs, one URL per line. |