aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2017-12-26 21:42:26 +0000
committerTatsuya Kinoshita <tats@debian.org>2017-12-26 21:42:26 +0000
commit1fd08f383d99e9ffe32f3a336623ceb086eb36b8 (patch)
treeb823ec8f9544d7566fbc004695915b92645870fc /main.c
parentEnglish fix (diff)
downloadw3m-1fd08f383d99e9ffe32f3a336623ceb086eb36b8.tar.gz
w3m-1fd08f383d99e9ffe32f3a336623ceb086eb36b8.zip
Typo fix in fusage()
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878106
Diffstat (limited to '')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index e559d8b..a20b4a1 100644
--- a/main.c
+++ b/main.c
@@ -255,7 +255,7 @@ fusage(FILE * f, int err)
" -cookie use cookie (-no-cookie: don't use cookie)\n");
#endif /* USE_COOKIE */
fprintf(f, " -graph use DEC special graphics for border of table and menu\n");
- fprintf(f, " -no-graph use ACII character for border of table and menu\n");
+ fprintf(f, " -no-graph use ASCII character for border of table and menu\n");
#if 1 /* pager requires -s */
fprintf(f, " -s squeeze multiple blank lines\n");
#else