]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bookctrl.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / src / common / bookctrl.cpp
index a9082315a9f93c3bbda2541debfd60468785dcc3..62bcd248c293482710fe7e539f02fdc51c1ff54d 100644 (file)
@@ -128,7 +128,7 @@ wxSize wxBookCtrlBase::DoGetBestSize() const
             bestSize.y = childBestSize.y;
     }
 
-    // convert display area to window area, adding the size neccessary for the
+    // convert display area to window area, adding the size necessary for the
     // tabs
     wxSize best = CalcSizeFromPage(bestSize);
     CacheBestSize(best);