From 26ca2e3226d138569e00bea7f3b5b1ddd66bcf74 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Sun, 11 Oct 2020 23:50:11 -0400 Subject: [PATCH] BTabView docs: fix typo --- docs/user/interface/TabView.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.