]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/iostreams.cpp
Make @genericAppearance Doxygen macro consistent with @appearance.
[wxWidgets.git] / tests / streams / iostreams.cpp
index 88bd8a0f6fed022b75f0fccf67c8a0d49a53b180..c1501445955e4519096608bde8c729cca93067c8 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     unit test for input/output streams
 // Author:      Vadim Zeitlin
 // Created:     2008-06-15
-// RCS-ID:      $Id$
 ///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
@@ -72,7 +71,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( IOStreamsTestCase );
 
-// 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( IOStreamsTestCase, "IOStreamsTestCase" );
 
 #endif // wxUSE_STREAMS