]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/graphics/measuring.cpp
Applied #13763 from dghart, to use primary selections if available
[wxWidgets.git] / tests / graphics / measuring.cpp
index 3d9c21fad4144ce6989a21831dcc32bf2735210c..a0b9803a55a06f553e9e50325654b6206f7f0a03 100644 (file)
@@ -54,7 +54,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( MeasuringContextTestCase );
 
-// 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( MeasuringContextTestCase, "MeasuringContextTestCase" );
 
 // ----------------------------------------------------------------------------