summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorReini Urban <rurban@cpanel.net>2016-05-05 08:58:49 +0200
committerKaz Kylheku <kaz@kylheku.com>2016-05-05 17:00:28 -0700
commit94118ef432d5e07ec27a97b7a38cedd946ec8947 (patch)
treebade98a158fc1864fd9a60c8205cbeb7eb7ba427 /txr.c
parent0beb5e3a007f383f459a3f007a3e16ec65c5a885 (diff)
downloadtxr-94118ef432d5e07ec27a97b7a38cedd946ec8947.tar.gz
txr-94118ef432d5e07ec27a97b7a38cedd946ec8947.tar.bz2
txr-94118ef432d5e07ec27a97b7a38cedd946ec8947.zip
Typo in --help.
txr.c (help): "sare" -> "are".
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index b8e6267f..9de0183a 100644
--- a/txr.c
+++ b/txr.c
@@ -101,7 +101,7 @@ static void help(void)
"options are interpreted as options. The -- option indicates the end of the\n"
"options.\n"
"\n"
-"If no data-file arguments sare supplied, then the query itself must open a\n"
+"If no data-file arguments are supplied, then the query itself must open a\n"
"a data source prior to attempting to make any pattern match, or it will\n"
"simply fail due to a match which has run out of data.\n"
"\n"