[PATCH] xcopy: Spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Aug 23 09:43:57 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 616c7d27004..eb8c3f04ef0 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
-- 
2.18.0



More information about the wine-devel mailing list