diff --git a/docs/user/interface/TabView.dox b/docs/user/interface/TabView.dox index a8835eb2f1..5dc69d4ca2 100644 --- a/docs/user/interface/TabView.dox +++ b/docs/user/interface/TabView.dox @@ -255,7 +255,7 @@ This method draws the tab, then draws the tab's title by calling DrawLabel(). The \a position of the tab may affect how the tab is - rendered -- for example the first tab may have a differene appearance + rendered -- for example the first tab may have a different appearance than the other tabs. You may override this method to draw tabs differently in your BTab subclass.