sc/source/ui/docshell/docsh6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 27ef70b06503d763e3a7de064fac96fa0771ec71 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Apr 3 11:04:46 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Apr 3 15:50:23 2025 +0200 Fix typo Change-Id: I13c73a649a01bf18a94898366e18abc805c108fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183661 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index 83538aeaab0d..8e57289a6706 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -434,7 +434,7 @@ void ScDocShell::SetFormulaOptions( const ScFormulaOptions& rOpt, bool bForLoadi * once, for the very first document, empty or loaded. */ static bool bInitOnce = true; - // LOKit may need to jugle different symbols lists for differents users so a + // LOKit may need to juggle different symbols lists for different users so a // single load is not enough, otherwise the wrong separators may be expected // for the users locale if (!bForLoading || bInitOnce || comphelper::LibreOfficeKit::isActive())
