]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/treectrltest.cpp
Correct a typo in the wxWebView tests.
[wxWidgets.git] / tests / controls / treectrltest.cpp
index 5c59c627b95a26b0890757b7803acf2ee6c14511..dbbb51fb97759c3499f2d6cb5c4e3430dd63c648 100644 (file)
@@ -114,7 +114,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( TreeCtrlTestCase );
 
-// 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( TreeCtrlTestCase, "TreeCtrlTestCase" );
 
 // ----------------------------------------------------------------------------