=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: xcopy: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed Jan 11 13:39:59 CST 2012


Module: wine
Branch: master
Commit: fd4afaf639e7a46fe1801fbfa7d59944ffcb32e4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fd4afaf639e7a46fe1801fbfa7d59944ffcb32e4

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jan 10 23:40:09 2012 +0100

xcopy: Fix a typo.

---

 programs/xcopy/xcopy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c
index f1c011f..03eb899 100644
--- a/programs/xcopy/xcopy.c
+++ b/programs/xcopy/xcopy.c
@@ -787,7 +787,7 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource,
                               if (*pos++ != '-') isError = TRUE;
                           }
 
-                          /* Parse the arg : Day */
+                          /* Parse the arg : Year */
                           if (!isError) {
                               st.wYear = _wtol(pos);
                               while (*pos && isdigit(*pos)) pos++;




More information about the wine-cvs mailing list