X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0d969e854a10bf98379acec2029e21308748c9c..27ea6757f36b847e94fc9003c34d5768c341aa13:/include/wx/setup_inc.h?ds=inline

diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h
index f34caf2a33..500493b6b6 100644
--- a/include/wx/setup_inc.h
+++ b/include/wx/setup_inc.h
@@ -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