From: Peter Rosin Date: Mon, 7 Nov 2011 10:49:39 +0000 (+0100) Subject: libtoolize: fix spelling nit. X-Git-Tag: v2.4.2.418~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7b68a3ce0e185d344d3cb0767867f1da5a6d4fb;p=thirdparty%2Flibtool.git libtoolize: fix spelling nit. * libtoolize (M4SH_GETOPTS): Fix spelling nit. Signed-off-by: Peter Rosin --- diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 9adf9e5f2..1857ad9a2 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -144,7 +144,7 @@ M4SH_GETOPTS( test -n "$env_warning" && echo "$env_warning" |while read line; do func_warning "$line"; done - # validate $opt_nonrecursive, $opt_recursive and $ot_subproject + # validate $opt_nonrecursive, $opt_recursive and $opt_subproject if $opt_nonrecursive; then if $opt_recursive || $opt_subproject; then func_error "you can have at most one of --non-recursive, --recursive and --subproject"