]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/numformatter.cpp
Don't use iterators with wxDataViewSelection.
[wxWidgets.git] / tests / strings / numformatter.cpp
index 989cd4e1cc9e17721e3a8a8f3a2d957349ae4fe9..ab67abf9aba01ccb43dd5fb3586f8713509cd091 100644 (file)
@@ -80,7 +80,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( NumFormatterTestCase );
 
-// 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( NumFormatterTestCase, "NumFormatterTestCase" );
 
 // ----------------------------------------------------------------------------