summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 0b31d04a..92e25916 100644
--- a/txr.1
+++ b/txr.1
@@ -1446,7 +1446,7 @@ For instance, match the last three space-separated tokens of the line:
@(skip :greedy) @a @b @c
Without :greedy, the variable @c will can match multiple tokens,
-and end up with spaces in it, because nothign follows @c and
+and end up with spaces in it, because nothing follows @c and
so it matches from any position which follows a space to the
end of the line. Also note the space in front of @a. Without this
space, @a will get an empty string.