]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/html/htmlwindow.cpp
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git] / tests / html / htmlwindow.cpp
index f713676ef96b44a5aec7bc01445f9d1eecfca78e..bfeadc5a473454fb8ab1edb4041d707b24c50b70 100644 (file)
@@ -64,7 +64,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( HtmlWindowTestCase );
 
-// 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( HtmlWindowTestCase, "HtmlWindowTestCase" );
 
 // ----------------------------------------------------------------------------