// Purpose: unit test of wxString interaction with std::[io]stream
// Author: Vadim Zeitlin
// Created: 2007-10-09
-// RCS-ID: $Id$
// Copyright: (c) 2007 Vadim Zeitlin <vadim@wxwidgets.org>
///////////////////////////////////////////////////////////////////////////////
CPPUNIT_TEST_SUITE_REGISTRATION( StringIostreamTestCase );
-// 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( StringIostreamTestCase, "StringIostream" );
void StringIostreamTestCase::Out()