]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/radioboxtest.cpp
Fix configure on GNU Hurd.
[wxWidgets.git] / tests / controls / radioboxtest.cpp
index c336613d5a83f75d07608440353cee50fc6bfe7f..e66fc604092a9a81214b67f665b822d3ad8106a9 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxRadioBox unit test
 // Author:      Steven Lamerton
 // Created:     2010-07-14
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 Steven Lamerton
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -61,7 +60,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( RadioBoxTestCase );
 
-// 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( RadioBoxTestCase, "RadioBoxTestCase" );
 
 void RadioBoxTestCase::setUp()