basic/source/comp/loops.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd8fc8e24bae35ad392482d797e7db994ca03ac8
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Tue Feb 27 11:02:26 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Feb 27 11:02:51 2024 +0100

    Typo: alredy->already
    
    Change-Id: I67fa846c71cf91563c3457cec98195b1886e3fa9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164025
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
 

Reply via email to