]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
typo
authornotting <notting>
Sat, 5 Feb 2000 20:24:51 +0000 (20:24 +0000)
committernotting <notting>
Sat, 5 Feb 2000 20:24:51 +0000 (20:24 +0000)
whiptail.c

index fb93a921af35b9def0db3776240855ac0e8b88cb..9b52caafc70310ca236f19be5c74ccc24bf7a0ed 100644 (file)
@@ -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);
 }