changeset 28897:94dd2b7ac5cd

Fix typo in error message.
author Bruno Haible <bruno@clisp.org>
date Tue, 11 Sep 2007 00:40:16 +0000
parents a218a4b78a41
children 53339c00f098
files ChangeLog posix-modules
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 10 16:39:13 2007 +0000
+++ b/ChangeLog	Tue Sep 11 00:40:16 2007 +0000
@@ -1,3 +1,8 @@
+2007-09-10  Bruno Haible  <bruno@clisp.org>
+
+	* posix-modules: Fix typo in error message.
+	Reported by Matt <mkraai@beckman.com>.
+
 2007-09-09  Bruno Haible  <bruno@clisp.org>
 
 	* doc/functions/getdelim.texi: Update list of platforms lacking the
@@ -32928,4 +32933,4 @@
 
 	* m4/isc-posix.m4: New file.
 
-1998-05-10  Jim Meyering  <meyering@ascend.com>
+1998-05-10  Jim Meyering  <meyering@ascend.com>
\ No newline at end of file
--- a/posix-modules	Mon Sep 10 16:39:13 2007 +0000
+++ b/posix-modules	Tue Sep 11 00:40:16 2007 +0000
@@ -19,7 +19,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2007-09-08 22:45:08 $'
+cvsdatestamp='$Date: 2007-09-11 00:40:16 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -102,7 +102,7 @@
     done
     IFS="$save_IFS"
     if test -z "$self_abspathname"; then
-      func_fatal_error "could not locate the gnulib-tool program - how did you invoke it?"
+      func_fatal_error "could not locate the posix-modules program - how did you invoke it?"
     fi
     ;;
 esac