changeset 3161:78cf83b934a0

[xemacs-hg @ 2005-12-23 11:33:38 by stephent] Three typos fixed.
author stephent
date Fri, 23 Dec 2005 11:33:39 +0000
parents 7806dcd19859
children 6e11554a16aa
files ChangeLog configure.ac
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 23 07:24:13 2005 +0000
+++ b/ChangeLog	Fri Dec 23 11:33:39 2005 +0000
@@ -1,3 +1,7 @@
+2005-12-22  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* configure.ac: Three typos fixed.
+
 2005-12-13 Mike Sperber <mike@xemacs.org>
 
 	* configure.ac: Move the checks for the Xft-associated
--- a/configure.ac	Fri Dec 23 07:24:13 2005 +0000
+++ b/configure.ac	Fri Dec 23 11:33:39 2005 +0000
@@ -284,7 +284,7 @@
 dnl NOTE: The next eol adds a blank line before the heading.
 m4_divert_once([HELP_ENABLE], [[
 $1]])dnl
-dnl Add an underscpne
+dnl Add an underscore
 dnl NOTE: The next eol adds a blank line after the underscore.
 m4_divert_text([HELP_ENABLE], patsubst([$1], [.], [-])
 )])dnl
@@ -329,7 +329,7 @@
 define([XE_KEYWORD],
 [m4_append([XE_KEYWORD_LIST],[$1],[ ])dnl
 dnl Separate with a ':' instead of a ',' (see the parsing code above) to avoid
-dnl confusion with marco parameter lists.
+dnl confusion with macro parameter lists.
 m4_append([XE_KEYWORD_VALUES],[\`$1'],[:])dnl
 ])dnl
 dnl
@@ -371,7 +371,7 @@
 [_[$1]_[$2]_default=[$3]
 m4_append([XE_COMPONENT_LIST],[$2],[ ])dnl
 dnl Separate with a ':' instead of a ',' (see <prefix>_default below) to avoid
-dnl confusion with marco parameter lists.
+dnl confusion with macro parameter lists.
 m4_append([XE_COMPONENT_DEFAULT],[m4_if([$3],no,no)[$2]],[:])dnl
 ])dnl
 dnl