]> granicus.if.org Git - procps-ng/commitdiff
build-sys: fix typo
authorGilles Espinasse <g.esp@free.fr>
Sat, 25 Feb 2012 09:01:36 +0000 (10:01 +0100)
committerCraig Small <csmall@enc.com.au>
Sat, 3 Mar 2012 07:36:29 +0000 (18:36 +1100)
Fix a typo s/unnessary/unnecessary/ in configure --help

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
configure.ac

index 567aaab1a3c9791041c73dd6cd3a375af325a978..cfdc9e7348e21255c77fa46c7b21d94a99fbd2c6 100644 (file)
@@ -196,7 +196,7 @@ if test "x$enable_w_from" = xyes; then
 fi
 
 AC_ARG_ENABLE([whining],
-  AS_HELP_STRING([--disable-whining], [do not print unnessary warnings (slackware-ism)]),
+  AS_HELP_STRING([--disable-whining], [do not print unnecessary warnings (slackware-ism)]),
   [], enable_whining=yes
 )
 if test "x$enable_whining" = xyes; then