summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2024-02-27 11:02:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-02-27 11:02:51 +0100
commitdd8fc8e24bae35ad392482d797e7db994ca03ac8 (patch)
tree0d57796ac58e66c2fa9c7bb78bb6eebdb366dfba /basic
parentd5e012b85a20d467fd8c0e86689039eb8c79457e (diff)
Typo: alredy->already
Change-Id: I67fa846c71cf91563c3457cec98195b1886e3fa9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164025 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/loops.cxx2
1 files changed, 1 insertions, 1 deletions
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