]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ownerdrw.cpp
more wxPostEvent MT fixes
[wxWidgets.git] / src / msw / ownerdrw.cpp
index 785db7f39e67c17954ef9a962c54c1f6a5f7904e..378f66b95d04fa1bc130ad7ecf97acfd9c9321b1 100644 (file)
@@ -167,7 +167,7 @@ bool wxOwnerDrawn::OnMeasureItem(size_t *pwidth, size_t *pheight)
   // this will also allow offsetting the accel string from the right edge
   *pwidth += GetDefaultMarginWidth() + 16;
 
-  // increase size to accomodate bigger bitmaps if necessary
+  // increase size to accommodate bigger bitmaps if necessary
   if (m_bmpChecked.Ok())
   {
       // Is BMP height larger then text height?