X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07505825dbad2bb0a8ddefd2a1697daaa83a0dde..a29b55cdf6c1f8547c615a5e928813ba78566e9a:/src/msw/pen.cpp?ds=inline diff --git a/src/msw/pen.cpp b/src/msw/pen.cpp index e79ddf7de7..7f1103f09b 100644 --- a/src/msw/pen.cpp +++ b/src/msw/pen.cpp @@ -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