From dd8fc8e24bae35ad392482d797e7db994ca03ac8 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 27 Feb 2024 11:02:26 +0100 Subject: Typo: alredy->already Change-Id: I67fa846c71cf91563c3457cec98195b1886e3fa9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164025 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- basic/source/comp/loops.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx index f903f650a2bf..2a756b6fb3a5 100644 --- a/basic/source/comp/loops.cxx +++ b/basic/source/comp/loops.cxx @@ -213,7 +213,7 @@ void SbiParser::For() if (!aLvalue.IsVariable()) { bAbort = true; - return; // the error is alredy set in SbiExpression ctor + return; // the error is already set in SbiExpression ctor } aLvalue.Gen(); // variable on the Stack -- cgit