xcopy: Spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-08-23 16:43:57 +02:00 committed by Alexandre Julliard
parent 67bd05669d
commit fb6b48d3e2

View File

@ -872,7 +872,7 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource,
goto out; goto out;
} }
/* Unless overriden above, skip over the '/' and the first character */ /* Unless overridden above, skip over the '/' and the first character */
if (rest == NULL) rest = &word[2]; if (rest == NULL) rest = &word[2];
/* By now, rest should point either to the null after the /* By now, rest should point either to the null after the