sc/source/ui/miscdlgs/optsolver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8f20de4e8c5bf932ebcc5bc1431e63677617c319 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Oct 9 22:16:24 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Oct 9 22:41:19 2024 +0200 Fix typo Change-Id: Ia94d191204cee8b21702d03429493d09427d62d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174750 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/miscdlgs/optsolver.cxx b/sc/source/ui/miscdlgs/optsolver.cxx index 40e7a87fa3e1..1ca966eadc5c 100644 --- a/sc/source/ui/miscdlgs/optsolver.cxx +++ b/sc/source/ui/miscdlgs/optsolver.cxx @@ -1219,7 +1219,7 @@ bool ScOptSolverDlg::CallSolver() // return true -> close dialog after cal SCTAB nNewTab; mrDoc.GetName(mnCurTab, sNewTabName); sNewTabName += "_" + ScResId(STR_SENSITIVITY); - // Chech if the new Tab name exists + // Check if the new Tab name exists if (mrDoc.GetTable(sNewTabName, nNewTab)) { // Add numbers to the end of the Tab name to make it unique