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

New commits:
commit d70026abf786e860c893061ca16e1dd718bd99ce
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Oct 9 22:16:44 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Oct 9 22:42:27 2024 +0200

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

diff --git a/vcl/osx/salnsmenu.mm b/vcl/osx/salnsmenu.mm
index 383e0b574a54..aeb3cfdd9f4e 100644
--- a/vcl/osx/salnsmenu.mm
+++ b/vcl/osx/salnsmenu.mm
@@ -288,7 +288,7 @@
     // Apparently whatever is returned will be passed to
     // -[NSMenuItem setEnabled:] which can cause the enabled state
     // to be different than the enabled state that the LibreOffice
-    // code expoects. This results in menu items failing to be
+    // code expects. This results in menu items failing to be
     // reenabled after being temporarily disabled such as when a
     // native modal dialog is closed. So, return the last enabled
     // state set by the LibreOffice code.

Reply via email to