]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcclient.cpp
added some missing mac headers
[wxWidgets.git] / src / msw / dcclient.cpp
index d8d65627748eee969ae384c4d66c8faf201b63a4..0f8ac848766b478deecf34b787ac25a534217c16 100644 (file)
@@ -75,7 +75,7 @@ static PAINTSTRUCT g_paintStruct;
 
 #ifdef __WXDEBUG__
     // a global variable which we check to verify that wxPaintDC are only
-    // created in resopnse to WM_PAINT message - doing this from elsewhere is a
+    // created in response to WM_PAINT message - doing this from elsewhere is a
     // common programming error among wxWidgets programmers and might lead to
     // very subtle and difficult to debug refresh/repaint bugs.
     int g_isPainting = 0;