]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/auibar.cpp
No real changes, just spelling fixes. Closes #14998.
[wxWidgets.git] / src / aui / auibar.cpp
index 77fbd74301827807d703a9a9c029841dd09036aa..a7451849a3e5e2ae17368c9a65be0eb003484919 100644 (file)
@@ -326,7 +326,7 @@ void wxAuiDefaultToolBarArt::DrawButton(
         }
         else if (item.GetState() & wxAUI_BUTTON_STATE_CHECKED)
         {
-            // it's important to put this code in an else statment after the
+            // it's important to put this code in an else statement after the
             // hover, otherwise hovers won't draw properly for checked items
             dc.SetPen(wxPen(m_highlightColour));
             dc.SetBrush(wxBrush(m_highlightColour.ChangeLightness(170)));