diff options
author | Reini Urban <rurban@cpanel.net> | 2016-05-05 08:58:49 +0200 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-05 17:00:28 -0700 |
commit | 94118ef432d5e07ec27a97b7a38cedd946ec8947 (patch) | |
tree | bade98a158fc1864fd9a60c8205cbeb7eb7ba427 | |
parent | 0beb5e3a007f383f459a3f007a3e16ec65c5a885 (diff) | |
download | txr-94118ef432d5e07ec27a97b7a38cedd946ec8947.tar.gz txr-94118ef432d5e07ec27a97b7a38cedd946ec8947.tar.bz2 txr-94118ef432d5e07ec27a97b7a38cedd946ec8947.zip |
Typo in --help.
txr.c (help): "sare" -> "are".
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |