diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-30 15:01:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-30 15:01:11 +0000 |
commit | 74fe479350030d610d75fc9374adb1ef60cf02ca (patch) | |
tree | 754d2f006b418d46b2adbdc50f7feff05e47114e | |
parent | 048017b39c8b5c1c77f0ba7a8e28d16bb798a6b9 (diff) | |
download | coreutils-74fe479350030d610d75fc9374adb1ef60cf02ca.tar.xz |
(do_move): Fix typo.
-rw-r--r-- | src/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x) dir_to_remove = NULL; error (0, 0, _("cannot move %s to a subdirectory of itself, %s"), - quote_n (0, source), quote_n (0, dest)); + quote_n (0, source), quote_n (1, dest)); } else if (rename_succeeded) { |