]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtoolize: fix spelling nit.
authorPeter Rosin <peda@lysator.liu.se>
Mon, 7 Nov 2011 10:49:39 +0000 (11:49 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 7 Nov 2011 10:49:39 +0000 (11:49 +0100)
* libtoolize (M4SH_GETOPTS): Fix spelling nit.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
libtoolize.m4sh

index 9adf9e5f23fcd8b06c0b06fd79d44df57109f8bc..1857ad9a231056377d771037e42e1c5ab62fdb10 100644 (file)
@@ -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"