corrected comment typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-05-03 19:46:22 +00:00
parent f7435c322d
commit bb10b31d43

View File

@@ -990,7 +990,7 @@ static wxString GetTypeName(wxCmdLineParamType type)
/* /*
This function is mainly used under Windows (as under Unix we always get the 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 Windows path names (separated by backslashes) correctly. For this it only
considers that a backslash may be used to escape another backslash (but considers that a backslash may be used to escape another backslash (but
normally this is _not_ needed) or a quote but nothing else. normally this is _not_ needed) or a quote but nothing else.