gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
authorJim Meyering <meyering@redhat.com>
Fri, 4 Apr 2008 06:43:58 +0000 (08:43 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 6 Apr 2008 14:23:48 +0000 (16:23 +0200)
ChangeLog
gnulib-tool

index c0106107217ce3977be778b060e423e22952479d..db6db0f902f48979608029e27d3c2314ea4f30a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index ad2d6dbd04c160536da4da1231bf264914f36dd5..79d82e27613fb587cbfa69cd872213f7338ccaca 100755 (executable)
@@ -2671,7 +2671,7 @@ func_import ()
           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 @@ func_import ()
           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