]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
autogen.sh: Fix typo
authorDaiki Ueno <ueno@gnu.org>
Wed, 3 Dec 2014 06:05:35 +0000 (15:05 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 3 Dec 2014 06:07:48 +0000 (15:07 +0900)
* autogen.sh: Fix typo: geneating -> generating.

ChangeLog
autogen.sh

index 607766031fb8492d2317181d7ca2593de7c6ca33..2935956f76cece986ac8a196ab81857ba693af42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-03  Daiki Ueno  <ueno@gnu.org>
+
+       autogen.sh: Fix typo
+       * autogen.sh: Fix typo: geneating -> generating.
+
 2014-12-01  Daiki Ueno  <ueno@gnu.org>
 
        build: Update libtool files to 2.4.4
index e51d6ad8f0e20b6440203aa64adf5fcda5ff9d30..403df3b5ad955bd706986f735facf1a4729efae1 100755 (executable)
@@ -420,7 +420,7 @@ fi
 )
 
 (cd gettext-runtime
- echo "$0: geneating configure in gettext-runtime..."
+ echo "$0: generating configure in gettext-runtime..."
  aclocal -I m4 -I ../m4 -I gnulib-m4
  autoconf
  autoheader && touch config.h.in
@@ -428,7 +428,7 @@ fi
 )
 
 (cd gettext-tools/examples
- echo "$0: geneating configure in gettext-tools/examples..."
+ echo "$0: generating configure in gettext-tools/examples..."
  aclocal -I ../../gettext-runtime/m4 -I ../../m4
  autoconf
  automake --add-missing --copy
@@ -446,7 +446,7 @@ cp -p gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin
 cp -p gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin
 
 (cd gettext-tools
- echo "$0: geneating configure in gettext-tools..."
+ echo "$0: generating configure in gettext-tools..."
  aclocal -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
  autoconf
  autoheader && touch config.h.in