BTabView docs: fix typo

This commit is contained in:
John Scipione
2020-10-11 23:50:11 -04:00
parent e6076c6d2e
commit 26ca2e3226
+1 -1
View File
@@ -255,7 +255,7 @@
This method draws the tab, then draws the tab's title by calling 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 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 than the other tabs. You may override this method to draw tabs
differently in your BTab subclass. differently in your BTab subclass.