]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
fix typo in whiptail help
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 24 Sep 2009 14:55:09 +0000 (16:55 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 24 Sep 2009 14:55:09 +0000 (16:55 +0200)
whiptail.c

index 95213404e8892915a1921d2848281ef94a04a4ff..fcef340573c2b29a298f21cae3c7567ea2874217 100644 (file)
@@ -61,7 +61,7 @@ static void usage(int err) {
               "\t--output-fd <fd>              output to fd, not stdout\n"
               "\t--title <title>                       display title\n"
               "\t--backtitle <backtitle>               display backtitle\n"
-              "\t--scrolltext                  force verical scrollbars\n"
+              "\t--scrolltext                  force vertical scrollbars\n"
               "\t--topleft                     put window in top-left corner\n\n"));
     exit(err ? DLG_ERROR : 0 );
 }