X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3625820490496633a180ee57035f11b86c181798..cd15bcaf50ead53ccf9d50965312f0dc754affb4:/tests/html/htmlparser.cpp?ds=sidebyside diff --git a/tests/html/htmlparser.cpp b/tests/html/htmlparser.cpp index 14a184243f..b7f63ef88b 100644 --- a/tests/html/htmlparser.cpp +++ b/tests/html/htmlparser.cpp @@ -46,7 +46,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( HtmlParserTestCase ); -// 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( HtmlParserTestCase, "HtmlParserTestCase" ); // ----------------------------------------------------------------------------