summaryrefslogtreecommitdiff
path: root/lib/autoconf/lang.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-21 00:54:33 -0600
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-21 00:58:47 -0600
commitb751bf49496ea3f0054533cfd63f977640abb07a (patch)
treea04bb4e5714fe03e0b60faaf3b3a215d79b98495 /lib/autoconf/lang.m4
parentcb3ad19ddfa062cd74ce25e9cbac0a575aba93f3 (diff)
downloadautoconf-b751bf49496ea3f0054533cfd63f977640abb07a.tar.gz
spelling fixes
Diffstat (limited to 'lib/autoconf/lang.m4')
-rw-r--r--lib/autoconf/lang.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4
index bcbd6c95..c28afa07 100644
--- a/lib/autoconf/lang.m4
+++ b/lib/autoconf/lang.m4
@@ -121,7 +121,7 @@ m4_popdef([$0 OLD])dnl
# Save the current language, but don't change language.
# XXX 2020-11-15: This macro is obsolete, but we do not define it with
# AU_DEFUN because autoupdate can't fix it, and we don't issue an
-# obsoletion warning yet either, because it is used in the most
+# obsolescence warning yet either, because it is used in the most
# recently released version of libtool.m4, which is not fair to expect
# packagers to tinker with. Revisit after libtool makes a release
# with their code updated.
@@ -134,7 +134,7 @@ AC_DEFUN([AC_LANG_SAVE],
# Restore the current language from the stack.
# XXX 2020-11-15: This macro is obsolete, but we do not define it with
# AU_DEFUN because autoupdate can't fix it properly, and we don't issue
-# an obsoletion warning because it, like AC_LANG_SAVE, is used by the
+# an obsolescence warning because it, like AC_LANG_SAVE, is used by the
# most recently released version of libtool.m4.
AC_DEFUN([AC_LANG_RESTORE],
[AC_LANG_POP($@)])