]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menuitem.h
Warning fix.
[wxWidgets.git] / include / wx / menuitem.h
index c2607a04def68fa4b9120991e87d5c1fe7574faf..b4d27e5b3b184f8e08b76d000d8adad48bbc6831 100644 (file)
@@ -129,7 +129,7 @@ protected:
                  *m_subMenu;        // our sub menu or NULL
     wxString      m_text,           // label of the item
                   m_help;           // the help string for the item
-    wxItemKind    m_kind;           // seperator/normal/check/radio item?
+    wxItemKind    m_kind;           // separator/normal/check/radio item?
     bool          m_isChecked;      // is checked?
     bool          m_isEnabled;      // is enabled?