From b7b68a3ce0e185d344d3cb0767867f1da5a6d4fb Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Mon, 7 Nov 2011 11:49:39 +0100 Subject: [PATCH] libtoolize: fix spelling nit. * libtoolize (M4SH_GETOPTS): Fix spelling nit. Signed-off-by: Peter Rosin --- libtoolize.m4sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2