]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmdline.cpp
restore the stream position in wxImageHandler itself instead of forcing all
[wxWidgets.git] / 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.