vcl/osx/salnsmenu.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 05b508f9f1397249079842dca86c36cbca01b43d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Dec 18 09:52:52 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Dec 18 11:08:12 2024 +0100 Fix typo Change-Id: I75ce750a6073d4baed29c8cb737e1ad406bba6a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178713 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/osx/salnsmenu.mm b/vcl/osx/salnsmenu.mm index 176609775c53..74a8dd757430 100644 --- a/vcl/osx/salnsmenu.mm +++ b/vcl/osx/salnsmenu.mm @@ -285,7 +285,7 @@ return NO; // Related: tdf#161623 the menubar is always visible when in native - // full screen mode so disble all menu items when also in LibreOffice + // full screen mode so disable all menu items when also in LibreOffice // full screen mode to mimic the effect of a hidden menubar. if ([NSApp presentationOptions] & NSApplicationPresentationFullScreen) {