From 3fc2f8c635b1ace3995a2880cbdaf1eca839a7e9 Mon Sep 17 00:00:00 2001
From: Julian Smart <julian@anthemion.co.uk>
Date: Mon, 23 Jun 2003 14:49:46 +0000
Subject: [PATCH] Spelling correction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 include/wx/choice.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ; }
-- 
2.47.2