diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2013-05-04 12:53:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:42:20 (GMT) |
commit | f57800d6f597ac812edb246b9b4cac2c8d238745 (patch) | |
tree | 9e45eed5ffef8da0f0d7904462b20da6b1bc9ad3 /Source/cmcldeps.cxx | |
parent | bf019d765d3993ba265c990a6e3a2e53defe112c (diff) | |
download | CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.zip CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.tar.gz CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.tar.bz2 |
Fix spelling and typos (product names)
API, Borland, MinGW, UNIX, Mac OS X.
Diffstat (limited to 'Source/cmcldeps.cxx')
-rw-r--r-- | Source/cmcldeps.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmcldeps.cxx b/Source/cmcldeps.cxx index 04dab59..262d83b 100644 --- a/Source/cmcldeps.cxx +++ b/Source/cmcldeps.cxx @@ -225,7 +225,7 @@ static int process( const std::string& srcfilename, int main() { - // Use the Win32 api instead of argc/argv so we can avoid interpreting the + // Use the Win32 API instead of argc/argv so we can avoid interpreting the // rest of command line after the .d and .obj. Custom parsing seemed // preferable to the ugliness you get into in trying to re-escape quotes for // subprocesses, so by avoiding argc/argv, the subprocess is called with |