From: notting Date: Sat, 5 Feb 2000 20:24:51 +0000 (+0000) Subject: typo X-Git-Tag: r0-50-7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd25ba4fecacb93fd6044c2c9bac60553ff28ffa;p=thirdparty%2Fnewt.git typo --- diff --git a/whiptail.c b/whiptail.c index fb93a92..9b52caa 100644 --- a/whiptail.c +++ b/whiptail.c @@ -24,7 +24,7 @@ enum mode { MODE_NONE, MODE_INFOBOX, MODE_MSGBOX, MODE_YESNO, MODE_CHECKLIST, #define OPT_INFOBOX 1008 static void usage(void) { - fprintf(stderr, "whiptail: bad parametrs (see man dialog(1) for details)\n"); + fprintf(stderr, "whiptail: bad parameters (see man dialog(1) for details)\n"); exit(1); }