summaryrefslogtreecommitdiff
path: root/m4/ax_numeric_namedlevel.m4
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2018-06-30 19:17:48 +0200
committerPeter Simons <simons@cryp.to>2018-06-30 21:12:53 +0200
commit2eec8327bd5962abeb7555f0f803e95ca58b8ed8 (patch)
treeaf316c62e290a55c7c786174699f5feea5074951 /m4/ax_numeric_namedlevel.m4
parent133c59a7b08bab82f0248831b4ddd81a826f3e82 (diff)
downloadautoconf-archive-2eec8327bd5962abeb7555f0f803e95ca58b8ed8.tar.gz
Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'm4/ax_numeric_namedlevel.m4')
-rw-r--r--m4/ax_numeric_namedlevel.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_numeric_namedlevel.m4 b/m4/ax_numeric_namedlevel.m4
index 35a2d63..5b9de64 100644
--- a/m4/ax_numeric_namedlevel.m4
+++ b/m4/ax_numeric_namedlevel.m4
@@ -77,7 +77,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 10
+#serial 11
AU_ALIAS([AC_NUMERIC_NAMEDLEVEL], [AX_NUMERIC_NAMEDLEVEL])
AC_DEFUN([AX_NUMERIC_NAMEDLEVEL],
@@ -104,7 +104,7 @@ else
plus) $1="1" ;;
no) $1="0" ;;
yes) $1="ifelse([$4],,2,[$4])" ;;
- *) $1="ifelse([$3],,1,[$3])" ;; # for other unkown stuff.
+ *) $1="ifelse([$3],,1,[$3])" ;; # for other unknown stuff.
esac
fi
])