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

New commits:
commit 9c0b61503c36a84c79917cd4c583a5eaccf5b458
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 15 15:53:51 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Oct 15 19:27:26 2024 +0200

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

diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index 8345500ffff9..07193529e0d8 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -728,7 +728,7 @@ static void updateWinDataInLiveResize(bool bInLiveResize)
     // Stop hiding of child windows when dragged to a different screen
     // LibreOffice sets all dialog windows as a native child window of
     // its related document window in order to force the dialog windows
-    // to always remain in front of their releated document window.
+    // to always remain in front of their related document window.
     // However, for some unknown reason, if a native child window is
     // dragged to a different screen than its native parent window,
     // macOS will hide the native child window when the drag has ended.

Reply via email to