]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo (see #10637)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 May 2009 21:59:03 +0000 (21:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 May 2009 21:59:03 +0000 (21:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/stdstream.h

index 2fe3a5eeefdfdb6049c9a1fcb3781e64feb9ef51..d7fec8f0b6b3313d4a847b418ab2abedacae7dea 100644 (file)
@@ -60,7 +60,7 @@ public:
 /**
     @class wxStdInputStream
 
-    wxStdInputStream is a std::istream derived stream buffer which reads from
+    wxStdInputStream is a std::istream derived stream which reads from
     a wxInputStream.
 
     Example: