X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61b1a51bde994acba7ddaae80460a3c6fcbb9784..591c850f68c7dcc490a0470af55d23be9fb5c11c:/tests/streams/stdstream.cpp diff --git a/tests/streams/stdstream.cpp b/tests/streams/stdstream.cpp index 3fc90d6235..01ec513c88 100644 --- a/tests/streams/stdstream.cpp +++ b/tests/streams/stdstream.cpp @@ -4,7 +4,7 @@ // Author: Jonathan Liu // RCS-ID: $Id$ // Copyright: (c) 2009 Jonathan Liu -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx/wx.h". @@ -103,7 +103,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( StdStreamTestCase ); -// 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( StdStreamTestCase, "StdStreamTestCase" );