summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index f9ad0a388..f37fe62f6 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -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;
}