X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e64df9bcc331d49d05a6dc7729ee08071e4c6408..41f12fa982fb2b2c97eab84c6d824a7c65831b40:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index 7ffaab5f14..9decf2b785 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -47,7 +47,7 @@ public: // don't override this virtual void Select(int n) { SetSelection(n); } - // set/get the number of columns in the control (as they're not supporte on + // set/get the number of columns in the control (as they're not supported on // most platforms, they do nothing by default) virtual void SetColumns(int WXUNUSED(n) = 1 ) { } virtual int GetColumns() const { return 1 ; }