]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/toolbar.cpp
[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
[wxWidgets.git] / src / univ / toolbar.cpp
index 187ed939bc0b225923b5ec6f0f8b09dc1fd49fea..0e2f6fe6bfdbc66c3221ca7dede1a853fc1e749e 100644 (file)
@@ -591,7 +591,7 @@ void wxToolBar::DoDraw(wxControlRenderer *renderer)
 
         if (tool->IsSeparator() && !HasFlag(wxTB_FLAT))
         {
-            // Draw seperators only in flat mode
+            // Draw separators only in flat mode
             continue;
         }