vcl/osx/salframeview.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eefc323cd592c7958b13062e3f08e105d24055b1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jan 5 23:24:49 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jan 6 05:50:04 2023 +0000

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

diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index 43260a7d5077..c5136b9359bc 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -355,7 +355,7 @@ static AquaSalFrame* getMouseContainerFrame()
             // events and firing any pending timers.
             // Also, Application::Reschedule() can potentially display a
             // modal dialog which will cause a hang so temporarily disable
-            // live resize by clampiing the window's minimum and maximum sizes
+            // live resize by clamping the window's minimum and maximum sizes
             // to the current frame size which in Application::Reschedule().
             NSRect aFrame = [self frame];
             NSSize aMinSize = [self minSize];

Reply via email to