Francois Gouget : xcopy: Spelling fix in a comment.
Module: wine Branch: master Commit: fb6b48d3e2dada84792adf7c27a63d964e231128 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fb6b48d3e2dada84792adf7c2... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Aug 23 16:43:57 2018 +0200 xcopy: Spelling fix in a comment. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/xcopy/xcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c index 616c7d2..eb8c3f0 100644 --- a/programs/xcopy/xcopy.c +++ b/programs/xcopy/xcopy.c @@ -872,7 +872,7 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource, 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]; /* By now, rest should point either to the null after the
participants (1)
-
Alexandre Julliard