diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 1dee9348cc3..7a1ecba7e07 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -172,7 +172,7 @@ do_move(const char *from, const char *to) */ if (!fflg && !access(to, F_OK)) { - /* prompt only if source exist */ + /* prompt only if source exists */ if (lstat(from, &sb) == -1) { warn("%s", from); return (1);