]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/datetime/datetimetest.cpp
Fix warnings in the MSW IE backend.
[wxWidgets.git] / tests / datetime / datetimetest.cpp
index e21021e47afb0c53c77b0b5d31e9d28c267e0f4e..8d1d4aa38b9bf0f3b5b32adace3b6b0a08d2a90f 100644 (file)
@@ -264,7 +264,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( DateTimeTestCase );
 
-// 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( DateTimeTestCase, "DateTimeTestCase" );
 
 // ============================================================================