vcl/osx/salnsmenu.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e27a271a292bb620beabf16081cab33e5688cf9b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 9 11:12:20 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Apr 9 12:43:42 2025 +0200 Fix typo Change-Id: I5ecb4c15b403d42ae61349d68d230c98ee593ef2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183910 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/vcl/osx/salnsmenu.mm b/vcl/osx/salnsmenu.mm index e136862455a8..6cc3196781ea 100644 --- a/vcl/osx/salnsmenu.mm +++ b/vcl/osx/salnsmenu.mm @@ -96,7 +96,7 @@ if( mpMenu ) { // Related: tdf#165448 hide menu items inserted by macOS if child window - // For some unkown reason, none of the menu items that macOS inserts + // For some unknown reason, none of the menu items that macOS inserts // into the windows menu work if the key window is a native child // window of another window. Unfortunately, LibreOffice depends on // a dialog window being a native child window of its parent window