fix another 2 grammar mistakes - sfeed_curses - sfeed curses UI (now part of sf… | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 938ec955883fe31ca92c3eb8b3217e246d07ceaa | |
parent fb4816aa2e60ead6749867ce3c729686d3d3cde2 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 6 Aug 2021 17:57:22 +0200 | |
fix another 2 grammar mistakes | |
Diffstat: | |
M README | 2 +- | |
M sfeed_curses.1 | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -35,7 +35,7 @@ specified by setting the environment variable $SFEED_URL_FILE… | |
SFEED_URL_FILE=~/.sfeed/urls sfeed_curses ~/.sfeed/feeds/* | |
-There is an shellscript "sfeed_markread" to process the read and unread items. | |
+There is a shellscript "sfeed_markread" to process the read and unread items. | |
See the man page for more detailed information. | |
diff --git a/sfeed_curses.1 b/sfeed_curses.1 | |
@@ -153,7 +153,7 @@ Set the current layout to a horizontal mode. | |
Showing a feeds sidebar on the top and the feed items on the bottom. | |
.It 3 | |
Set the current layout to a monocle mode. | |
-Showing either a feeds or an feed items pane. | |
+Showing either a feeds or a feed items pane. | |
.It q, EOF | |
Quit | |
.El |