X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..fb5246bead0df931f25bd73c9a03c356b180fcd1:/include/wx/menuitem.h diff --git a/include/wx/menuitem.h b/include/wx/menuitem.h index c2607a04de..b4d27e5b3b 100644 --- a/include/wx/menuitem.h +++ b/include/wx/menuitem.h @@ -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?