Commit 0e404f9576e83c33ad0d1b5c032ea8dbd32ba0a0

Stefan Sperling 2020-11-14T13:24:10

typo fix in tog.1 man page

diff --git a/tog/tog.1 b/tog/tog.1
index 9311986..c6cc6c9 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -206,7 +206,7 @@ commit.
 .It Cm >, Full stop
 If the diff view was opened via the log view, move to the next (older) commit.
 .It Cm /
-Prompt for a search pattern and start searching for matching line.
+Prompt for a search pattern and start searching for matching lines.
 The search pattern is an extended regular expression.
 Regular expression syntax is documented in
 .Xr re_format 7 .
@@ -262,7 +262,7 @@ Reload the
 .Cm blame
 view with the previously blamed commit.
 .It Cm /
-Prompt for a search pattern and start searching for matching line.
+Prompt for a search pattern and start searching for matching lines.
 The search pattern is an extended regular expression.
 Regular expression syntax is documented in
 .Xr re_format 7 .