summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/control/tabctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx
index 72ce116ba2b4..1b55b832b569 100644
--- a/vcl/source/control/tabctrl.cxx
+++ b/vcl/source/control/tabctrl.cxx
@@ -816,7 +816,7 @@ void TabControl::ImplDrawItem(vcl::RenderContext& rRenderContext, ImplTabItem co
if (pItem->mnId == mnCurPageId)
{
nState |= ControlState::SELECTED;
- // only the selected item can be focussed
+ // only the selected item can be focused
if (HasFocus())
nState |= ControlState::FOCUSED;
}