]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: (cp --backup fix): Fix a typo.
authorJim Meyering <jim@meyering.net>
Sun, 22 Oct 2006 16:59:58 +0000 (18:59 +0200)
committerJim Meyering <jim@meyering.net>
Sun, 22 Oct 2006 16:59:58 +0000 (18:59 +0200)
ChangeLog
NEWS

index 9069623dde45594479270c465162554e4dc8a620..918892b734dec96a454d4ea8b9db94971cd56d4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-10-21  Jim Meyering  <jim@meyering.net>
 
+       * NEWS: (cp --backup fix): Fix a typo.
+
        * .gitignore: Remove some references to files in subdirectories.
        * build-aux/.gitignore, doc/.gitignore, lib/.gitignore: New files.
        * m4/.gitignore, po/.gitignore, src/.gitignore: Likewise.
diff --git a/NEWS b/NEWS
index 5959960dde3f2314569f0275eb34a88b42dcc504..215d0fee064fa8813f107fbd117dbb58bf6f0c20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ GNU coreutils NEWS                                    -*- outline -*-
   --from=o:g (chown only).  This bug was introduced with the switch to
   gnulib's openat-based variant of fts, for coreutils-6.0.
 
-  cp --backup dir1 dir2, would rename an existing dir1/dir2 to dir1/dir2~.
+  cp --backup dir1 dir2, would rename an existing dir2/dir1 to dir2/dir1~.
   This bug was introduced in coreutils-6.0.
 
   With --force (-f), rm no longer fails for ENOTDIR.