typo in comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-02-12 12:40:18 +00:00
parent 8d7eaf9140
commit 3ff260ae2c

View File

@ -254,7 +254,7 @@
#define wxUSE_STREAMS 1
// Use standard C++ streams if 1 instead of wx streams in some places. If
// disabled (default),.wx streams are used everywhere and wxWidgets doesn't
// disabled (default), wx streams are used everywhere and wxWidgets doesn't
// depend on the standard streams library.
//
// Notice that enabling this does not replace wx streams with std streams