sc/source/core/data/table3.cxx       |    2 +-
 sw/source/core/doc/textboxhelper.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7614a8cf6e9d46b5bae13507c433f3d799a99711
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 24 12:13:08 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 24 15:57:24 2021 +0100

    Fix typos
    
    Change-Id: Ibc2eb80d7cc0cfc22c7fea0dc7ebe495ae0927c6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125765
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 42d74aece6b5..c8ba5c882234 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -3032,7 +3032,7 @@ bool ScTable::ValidQuery(
 
         // Short-circuit the test at the end of the loop - if this is SC_AND
         // and the previous value is false, this value will not be needed.
-        // Disbable this if pbTestEqualCondition is present as that one may 
get set
+        // Disable this if pbTestEqualCondition is present as that one may get 
set
         // even if the result is false (that also means pTest doesn't need to 
be
         // handled here).
         if (rEntry.eConnect == SC_AND && pbTestEqualCondition == nullptr
diff --git a/sw/source/core/doc/textboxhelper.cxx 
b/sw/source/core/doc/textboxhelper.cxx
index 8bd107623b8a..3fc5c4a56313 100644
--- a/sw/source/core/doc/textboxhelper.cxx
+++ b/sw/source/core/doc/textboxhelper.cxx
@@ -1374,7 +1374,7 @@ bool SwTextBoxHelper::changeAnchor(SwFrameFormat* pShape, 
SdrObject* pObj)
         const uno::Any aShapeVertRelOrient
             = uno::makeAny(pShape->GetVertOrient().GetRelationOrient());
 
-        // Get the new page number. If this is 0 incrase it to 1!
+        // Get the new page number. If this is 0 increase it to 1!
         // (0 is invalid page)
         const sal_uInt16 nPageNum = rNewAnch.GetPageNum() ? 
rNewAnch.GetPageNum() : 1;
 

Reply via email to