vcl/unx/gtk3/gtkinst.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e1c5960450a5cb8ba93490bbd99533b6070d558e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Mar 2 20:28:30 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Mar 3 12:41:20 2023 +0000

    Fix typo
    
    Change-Id: Ic3b7dc043e13717e13ec19184f8771acdae0e5f7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148141
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 52b0f031d9f3..c1e38223ffa5 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -11728,8 +11728,8 @@ public:
     }
 
     // tdf#153885 for wayland if the popover window is the application
-    // window, contrain it within the application window so it won't
-    // be cut off off screen. Leave dialog hosted ones alone, like
+    // window, constrain it within the application window so it won't
+    // be cut off screen. Leave dialog hosted ones alone, like
     // format, watermark, which are likely presented in the middle
     // of the screen and are too small to constrain the popover inside.
     void ConstrainApplicationWindowPopovers(GtkToggleButton* pItem)

Reply via email to