sc/source/ui/unoobj/solveruno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 131ad0b930e756782450c3348128bc1c1eee4d53 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 27 19:05:59 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Sep 27 23:26:24 2024 +0200 Fix typo Change-Id: I86f217216acffcd020b3e08e3cc90a87d62cd5cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174064 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/unoobj/solveruno.cxx b/sc/source/ui/unoobj/solveruno.cxx index 69a8396480fb..b4472874d0ff 100644 --- a/sc/source/ui/unoobj/solveruno.cxx +++ b/sc/source/ui/unoobj/solveruno.cxx @@ -326,7 +326,7 @@ uno::Any SAL_CALL ScSolverSettings::getGoalValue() if (bValid) return uno::Any(fValue); - // If the conversion was not successfull, return "empty" + // If the conversion was not successful, return "empty" return uno::Any(); }