]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/window/setsize.cpp
Applied patch in #13777 (wxRichTextCtrl scroll and delete not refreshed)
[wxWidgets.git] / tests / window / setsize.cpp
index 16468d22bcf862766aef45d22ec9bc2ab3402c1f..c1fd6f8535c5d967951b821326d58d7538983e05 100644 (file)
@@ -53,7 +53,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( SetSizeTestCase );
 
-// 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( SetSizeTestCase, "SetSizeTestCase" );
 
 // ----------------------------------------------------------------------------