[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 21 10:21:20 UTC 2020


 sw/source/core/text/txttab.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b579139e4cef8e33f037268d9fe8604e27a00d1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jun 17 22:59:43 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 21 12:20:43 2020 +0200

    Fix typo
    
    Change-Id: If5237578c5a836ff99541faeb9ae8deca0908134
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96565
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/text/txttab.cxx b/sw/source/core/text/txttab.cxx
index df8b5ee4ce75..65c4147630c9 100644
--- a/sw/source/core/text/txttab.cxx
+++ b/sw/source/core/text/txttab.cxx
@@ -49,7 +49,7 @@ const SvxTabStop *SwLineInfo::GetTabStop( const SwTwips nSearchPos, const SwTwip
             return i ? nullptr : &rTabStop;
 
         // If we are starting search from zero position,
-        // than we should include tabstop at zero position
+        // then we should include tabstop at zero position
         if ((nSearchPos == 0) && (rTabStop.GetTabPos() == 0))
             return &rTabStop;
 


More information about the Libreoffice-commits mailing list