]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/combocmn.cpp
removing unnecessary - and incorrect - override, fixes #14319
[wxWidgets.git] / src / common / combocmn.cpp
index 814dbd9a493fa67faa043729a97435ad95a8f630..2136fbd1cc1ccf729de886373985d17deb8ffcc6 100644 (file)
@@ -1375,7 +1375,7 @@ wxSize wxComboCtrlBase::DoGetBestSize() const
     else
         fhei = sizeText.y + 4;
 
-    // Need to force height to accomodate bitmap?
+    // Need to force height to accommodate bitmap?
     int btnSizeY = m_btnSize.y;
     if ( m_bmpNormal.IsOk() && fhei < btnSizeY )
         fhei = btnSizeY;