]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/window/clientsize.cpp
Fix warnings in the MSW IE backend.
[wxWidgets.git] / tests / window / clientsize.cpp
index 8f87ed9b8b2384061d11df79a9fb11a1a7afa823..1b075fa1f6b3314c2162f5b60a9b70e0f2cc277a 100644 (file)
@@ -51,7 +51,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( ClientSizeTestCase );
 
-// 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( ClientSizeTestCase, "ClientSizeTestCase" );
 
 // ----------------------------------------------------------------------------