]> git.saurik.com Git - wxWidgets.git/commitdiff
typo in comment
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Feb 2006 12:40:18 +0000 (12:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Feb 2006 12:40:18 +0000 (12:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/setup_inc.h

index f34caf2a33a1801b50982edd13ee657d28b309c7..500493b6b672df735428d1398ed3989cc199fe35 100644 (file)
 #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