changeset 29566:bf2a78b6eb46

gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
author Jim Meyering <meyering@redhat.com>
date Fri, 04 Apr 2008 08:43:58 +0200
parents 42d9f04bcc55
children f025f6bccbbe
files ChangeLog gnulib-tool
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 06 11:31:10 2008 +0200
+++ b/ChangeLog	Fri Apr 04 08:43:58 2008 +0200
@@ -1,3 +1,7 @@
+2008-04-06  Jim Meyering  <meyering@redhat.com>
+
+	* gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
+
 2008-04-06  Bruno Haible  <bruno@clisp.org>
 
 	Avoid possible error with non-ASCII bytes in UTF-8 locales.
--- a/gnulib-tool	Sun Apr 06 11:31:10 2008 +0200
+++ b/gnulib-tool	Fri Apr 04 08:43:58 2008 +0200
@@ -2671,7 +2671,7 @@
           if test -n "$already_present"; then
             echo "Updating file $g (backup in ${g}~)"
           else
-            echo "Replacing file $g (non-gnulib code backuped in ${g}~) !!"
+            echo "Replacing file $g (non-gnulib code backed up in ${g}~) !!"
           fi
           mv -f "$destdir/$g" "$destdir/${g}~" || func_fatal_error "failed"
           if { test -n "$symbolic" \
@@ -2687,7 +2687,7 @@
           if test -n "$already_present"; then
             echo "Update file $g (backup in ${g}~)"
           else
-            echo "Replace file $g (non-gnulib code backuped in ${g}~) !!"
+            echo "Replace file $g (non-gnulib code backed up in ${g}~) !!"
           fi
         fi
       fi