]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/virtlistctrltest.cpp
Convert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
[wxWidgets.git] / tests / controls / virtlistctrltest.cpp
index 1d52ce5df5f642acd2308c9760f7210a08d41425..78137b31d8557f0501ff62e11de3a91d7f2512ad 100644 (file)
@@ -52,7 +52,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( VirtListCtrlTestCase );
 
-// 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( VirtListCtrlTestCase, "VirtListCtrlTestCase" );
 
 // ----------------------------------------------------------------------------