From ba75150d366d77bf562830506591bb96e5287fd3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 27 Nov 2002 03:12:24 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/stream.cpp b/src/common/stream.cpp index 081b2ed3fb..d5c5dd3318 100644 --- a/src/common/stream.cpp +++ b/src/common/stream.cpp @@ -198,7 +198,7 @@ bool wxStreamBuffer::FillBuffer() { wxInputStream *inStream = GetInputStream(); - // It's legal to have no stream, so we shouldn't don't about it just return FALSE + // It's legal to have no stream, so we don't complain about it just return FALSE if ( !inStream ) return FALSE;