X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87f528f15b7b0ef31c992d1bc474b6fbcaba95f9..7e0fda87a9479a6dc71c037c539de119cec3f20d:/tests/mbconv/convautotest.cpp?ds=sidebyside

diff --git a/tests/mbconv/convautotest.cpp b/tests/mbconv/convautotest.cpp
index 1bdfa82482..85eac6a5bc 100644
--- a/tests/mbconv/convautotest.cpp
+++ b/tests/mbconv/convautotest.cpp
@@ -84,7 +84,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION(ConvAutoTestCase);
 
-// 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(ConvAutoTestCase, "ConvAutoTestCase");
 
 // ----------------------------------------------------------------------------