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

New commits:
commit 33c846e0aafd3cff2c90cebb6a88cbdfb8f1f9f6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 9 11:13:22 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Apr 9 12:43:07 2025 +0200

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

diff --git a/vcl/osx/salmenu.cxx b/vcl/osx/salmenu.cxx
index 3e688fef0038..0c625dba27f3 100644
--- a/vcl/osx/salmenu.cxx
+++ b/vcl/osx/salmenu.cxx
@@ -362,7 +362,7 @@ int AquaSalMenu::getItemIndexByPos( sal_uInt16 nPos ) const
                     if ( bLastItemIsNative )
                     {
                         // Assume that macOS does not insert more than one
-                        // separater item in a row
+                        // separator item in a row
                         bLastItemIsNative = false;
                         nIndex++;
                     }

Reply via email to