Mercurial > hg > octave-jordi > gnulib-hg
changeset 9875:44146d346042
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 | b6ae7b58fba1 |
children | 057a5220dfd5 |
files | ChangeLog gnulib-tool |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- a/gnulib-tool +++ b/gnulib-tool @@ -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