X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3da9cffc79cd41b5f1d0c517c8c945596751e86f..c29c95fe24973b94fd724db767193171ca7c513d:/tests/controls/label.cpp diff --git a/tests/controls/label.cpp b/tests/controls/label.cpp index 6dec5187f4..8be19c5c66 100644 --- a/tests/controls/label.cpp +++ b/tests/controls/label.cpp @@ -59,7 +59,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( LabelTestCase ); -// 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( LabelTestCase, "LabelTestCase" ); // ----------------------------------------------------------------------------