]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected comment typo
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 3 May 2002 19:46:22 +0000 (19:46 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 3 May 2002 19:46:22 +0000 (19:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/cmdline.cpp

index 2c5ea56421506699afcbe5e318222bb2e22b30bd..b25e322760577f546f8d483e58dedd92c7906b09 100644 (file)
@@ -990,7 +990,7 @@ static wxString GetTypeName(wxCmdLineParamType type)
 
 /*
    This function is mainly used under Windows (as under Unix we always get the
-   command line arguments as agrc/argv anyhow) and so it tries to handle the
+   command line arguments as argc/argv anyhow) and so it tries to handle the
    Windows path names (separated by backslashes) correctly. For this it only
    considers that a backslash may be used to escape another backslash (but
    normally this is _not_ needed) or a quote but nothing else.