changeset 2389:903efbfc8706

Fix typo in comment.
author Jim Meyering <jim@meyering.net>
date Mon, 03 Apr 2000 19:35:24 +0000
parents 9f808fad8347
children fd28b0b29b54
files m4/gettext.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -6,7 +6,7 @@
 # but which still want to provide support for the GNU gettext functionality.
 # Please note that the actual code is *not* freely available.
 
-# serial 108
+# serial 109
 
 AC_PREREQ(2.13)               dnl Minimum Autoconf version required.
 
@@ -286,7 +286,7 @@
 
    dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
    dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
-   dnl Try to locate is.
+   dnl Try to locate it.
    MKINSTALLDIRS=
    if test -n "$ac_aux_dir"; then
      MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"