summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-14 00:27:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-14 00:27:53 -0800
commit154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d (patch)
tree6eb6f069e00a1e6d5a1f3c48693b8e262b27e538
parentd530c1c615b637d5af201497322fc498b65e8d48 (diff)
downloadtxr-154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d.tar.gz
txr-154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d.tar.bz2
txr-154fbefb33c5f6deaeffc42cc9a9c03b0de5af9d.zip
Spelling.
-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.