X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d326d52cd98a6b394f9303371712b89d21f7d356..6ab3e0396c67d2674a2cf52a5d18cc26d2472619:/tests/strings/numformatter.cpp diff --git a/tests/strings/numformatter.cpp b/tests/strings/numformatter.cpp index 989cd4e1cc..ab67abf9ab 100644 --- a/tests/strings/numformatter.cpp +++ b/tests/strings/numformatter.cpp @@ -80,7 +80,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( NumFormatterTestCase ); -// 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( NumFormatterTestCase, "NumFormatterTestCase" ); // ----------------------------------------------------------------------------