From: Vadim Zeitlin Date: Sat, 2 May 2009 21:59:03 +0000 (+0000) Subject: fix typo (see #10637) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3d3ecbbcc7e1602c0df4a3431e5a537b0ebb1e35 fix typo (see #10637) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/stdstream.h b/interface/wx/stdstream.h index 2fe3a5eeef..d7fec8f0b6 100644 --- a/interface/wx/stdstream.h +++ b/interface/wx/stdstream.h @@ -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: