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

New commits:
commit 0007966f8d333dcc9fcb0982859ed47dd6f41a2d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Mar 10 22:35:02 2023 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Mar 11 04:07:19 2023 +0000

    Fix typo
    
    Change-Id: Ia51621902ea8e1cff8c3813739b9d9c655477d51
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148663
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx
index 7a0b27982956..0f5a38e224b9 100644
--- a/vcl/source/control/ctrl.cxx
+++ b/vcl/source/control/ctrl.cxx
@@ -500,7 +500,7 @@ void Control::LogicInvalidate(const tools::Rectangle* 
pRectangle)
     VclPtr<vcl::Window> pParent = GetParentWithLOKNotifier();
     if (!pParent || !dynamic_cast<vcl::DocWindow*>(GetParent()))
     {
-        // if control doesn't belong to a DocWindow, the overriden base class
+        // if control doesn't belong to a DocWindow, the overridden base class
         // method has to be invoked
         Window::LogicInvalidate(pRectangle);
         return;

Reply via email to