From: mlichvar Date: Tue, 19 Sep 2006 13:13:06 +0000 (+0000) Subject: - fix a typo X-Git-Tag: r0-52-3~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30cfd38a4bb08a493b9387088e224c2a8b663eb0;p=thirdparty%2Fnewt.git - fix a typo --- diff --git a/whiptail.c b/whiptail.c index a1673a5..8a821b7 100644 --- a/whiptail.c +++ b/whiptail.c @@ -44,7 +44,7 @@ static void usage(int err) { "\t--textbox \n" "\t--menu [tag item] ...\n" "\t--checklist [tag item status]...\n" - "\t--radiolist [tag item stautus]...\n" + "\t--radiolist [tag item status]...\n" "\t--gauge \n" "Options: (depend on box-option)\n" "\t--clear clear screen on exit\n"