From bb10b31d43418c3e55fdd78b1c7cc71e2e159db6 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 3 May 2002 19:46:22 +0000 Subject: [PATCH] corrected comment typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/cmdline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cmdline.cpp b/src/common/cmdline.cpp index 2c5ea56421..b25e322760 100644 --- a/src/common/cmdline.cpp +++ b/src/common/cmdline.cpp @@ -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. -- 2.45.2