summaryrefslogtreecommitdiff
path: root/m4/ax_prototype.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_prototype.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_prototype.m4')
-rw-r--r--m4/ax_prototype.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_prototype.m4 b/m4/ax_prototype.m4
index 2f7588a..445dff6 100644
--- a/m4/ax_prototype.m4
+++ b/m4/ax_prototype.m4
@@ -114,7 +114,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 8
+#serial 9
AU_ALIAS([AC_PROTOTYPE], [AX_PROTOTYPE])
AC_DEFUN([AX_PROTOTYPE],[
@@ -148,7 +148,7 @@ AC_DEFUN([AX_PROTOTYPE_REVERSE],[ifelse($#,0,,$#,1,[[$1]],[AX_PROTOTYPE_REVERSE(
dnl
dnl AX_PROTOTYPE_SUBST(string, tag)
dnl
-dnl Substitute all occurence of <tag> in <string> with <tag>_VAL.
+dnl Substitute all occurrence of <tag> in <string> with <tag>_VAL.
dnl Assumes that tag_VAL is a macro containing the value associated to tag.
dnl
AC_DEFUN([AX_PROTOTYPE_SUBST],[ifelse($2,,[$1],[AX_PROTOTYPE_SUBST(patsubst([$1],[$2],[$2[]_VAL]),builtin([shift],builtin([shift],$@)))])])