From 1fd08f383d99e9ffe32f3a336623ceb086eb36b8 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 27 Dec 2017 06:42:26 +0900 Subject: Typo fix in fusage() Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878106 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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 -- cgit v1.2.3