]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/wxregextest.cpp
Forbid creation of wxStandardPaths object directly.
[wxWidgets.git] / tests / regex / wxregextest.cpp
index b88b9421a025ebd1a30d549299b5862d2abdd27a..0f5061ee0e33a3fe601a77cfa218a113c72447ee 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vadim Zeitlin, Mike Wetherell
 // RCS-ID:      $Id$
 // Copyright:   Vadim Zeitlin, Mike Wetherell
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "testprec.h"
@@ -332,7 +332,7 @@ wxString wxRegExTestSuite::FlagStr(int flags)
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION(wxRegExTestSuite);
 
-// also include in it's own registry so that these tests can be run alone
+// also include in its own registry so that these tests can be run alone
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(wxRegExTestSuite, "wxRegExTestSuite");