]> git.saurik.com Git - wxWidgets.git/commitdiff
Spelling correction.
authorJulian Smart <julian@anthemion.co.uk>
Mon, 23 Jun 2003 14:49:46 +0000 (14:49 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 23 Jun 2003 14:49:46 +0000 (14:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/choice.h

index 7ffaab5f148c5f441024402d0ed4e001cff3df5f..9decf2b7852a239780ae9bb6cf9058c87f8d6034 100644 (file)
@@ -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 ; }