X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8859c7293e9ed8a518412cfa635005a8cc4dc527..3d55f45e94a243fef267d466f249fbb18835ecdc:/tests/controls/textctrltest.cpp diff --git a/tests/controls/textctrltest.cpp b/tests/controls/textctrltest.cpp index 8a78cd5f4c..24213ce94f 100644 --- a/tests/controls/textctrltest.cpp +++ b/tests/controls/textctrltest.cpp @@ -80,7 +80,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( TextCtrlTestCase ); -// 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( TextCtrlTestCase, "TextCtrlTestCase" ); // ----------------------------------------------------------------------------