vcl/source/control/tabctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15032b197c0135be00d8e0b5446898a3c51456e0
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Fri May 11 20:00:51 2018 +0200

    Fix typo
    
    Change-Id: I1686ce5eeb5503bbcf43f8a071824ab1045dad13
    Reviewed-on: https://gerrit.libreoffice.org/54146
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

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;
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to