From c3a3b1e86b25a631be4c2d2a55b6ae0b275b96fb Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 24 Sep 2009 16:55:09 +0200 Subject: [PATCH] fix typo in whiptail help --- whiptail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiptail.c b/whiptail.c index 9521340..fcef340 100644 --- a/whiptail.c +++ b/whiptail.c @@ -61,7 +61,7 @@ static void usage(int err) { "\t--output-fd output to fd, not stdout\n" "\t--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 ); } -- 2.47.2