sc/source/core/tool/defaultsoptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c003f0f2830f57a7ecd780bfb79c41543a98543
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 12 17:05:21 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon May 12 17:34:54 2025 +0200

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

diff --git a/sc/source/core/tool/defaultsoptions.cxx 
b/sc/source/core/tool/defaultsoptions.cxx
index 5caaa4f61832..4326f324b431 100644
--- a/sc/source/core/tool/defaultsoptions.cxx
+++ b/sc/source/core/tool/defaultsoptions.cxx
@@ -48,7 +48,7 @@ OUString ScDefaultsOptions::GetInitTabPrefix() const
     if (comphelper::LibreOfficeKit::isActive() && !bInitTabPrefixChanged)
     {
         // LOKit may have different users with different locales, so the proper
-        // translation of the defualt TabPrefix has to be fetched each time
+        // translation of the default TabPrefix has to be fetched each time
         return ScResId(STR_TABLE_DEF);
     }
     return aInitTabPrefix;

Reply via email to