X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3246a508abaaa42b6663b767bf7227b8b1e215f9..784130d2908698da90cefdbe3ddbf241b9c06c84:/tests/controls/headerctrltest.cpp diff --git a/tests/controls/headerctrltest.cpp b/tests/controls/headerctrltest.cpp index f13f4a891f..f906a016c7 100644 --- a/tests/controls/headerctrltest.cpp +++ b/tests/controls/headerctrltest.cpp @@ -54,7 +54,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( HeaderCtrlTestCase ); -// 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( HeaderCtrlTestCase, "HeaderCtrlTestCase" ); // ----------------------------------------------------------------------------