X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86408a0374b40187afaecd6e28ed66dad06de102..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/defs.h?ds=inline diff --git a/interface/wx/defs.h b/interface/wx/defs.h index 9971fa818e..2513b04c38 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -33,7 +33,7 @@ enum wxOrientation */ wxBOTH = wxVERTICAL | wxHORIZONTAL, - /// A synonim for @c wxBOTH. + /// A synonym for @c wxBOTH. wxORIENTATION_MASK = wxBOTH };