]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
use only one space after semicolon
authorJim Meyering <jim@meyering.net>
Tue, 19 Mar 2002 08:49:28 +0000 (08:49 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 Mar 2002 08:49:28 +0000 (08:49 +0000)
src/copy.c

index f9ad0a3889682c1dd3ad8d4cf5748a44fb97dc4f..f37fe62f69f84dee506820a914469cf99ec3a7c0 100644 (file)
@@ -1219,7 +1219,7 @@ copy_internal (const char *src_path, const char *dst_path,
        {
          /* Use the value of errno from the failed rename.  */
          error (0, errno,
-            _("inter-device move failed: %s to %s;  unable to remove target"),
+            _("inter-device move failed: %s to %s; unable to remove target"),
                 quote_n (0, src_path), quote_n (1, dst_path));
          return 1;
        }