]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/mbconv/convautotest.cpp
implementing delayed freezing, fixes #12865
[wxWidgets.git] / tests / mbconv / convautotest.cpp
index 1bdfa82482e69f436a9a1fd5ce00659831ed54d7..85eac6a5bc248c76876259ea14600b48d364261a 100644 (file)
@@ -84,7 +84,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION(ConvAutoTestCase);
 
-// 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(ConvAutoTestCase, "ConvAutoTestCase");
 
 // ----------------------------------------------------------------------------