]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/pen.cpp
Fix by George Wismer to get flat toolbars under Windows Classic style,
[wxWidgets.git] / src / msw / pen.cpp
index e79ddf7de78529de739343a7521c05368f244946..7f1103f09b854c76a20062b749d904b131fd924e 100644 (file)
@@ -219,7 +219,7 @@ bool wxPen::RealizeResource()
                default:
                    logb.lbStyle = BS_SOLID;
 #ifdef __WXDEBUG__
-                   // this should be unnecessary (it's unused) but suppresses the Purigy
+                   // this should be unnecessary (it's unused) but suppresses the Purify
                    // messages about uninitialized memory read
                    logb.lbHatch = 0;
 #endif