From 39e964b2a0010d75c297e13ef965f79c23e33ccc Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Thu, 16 Oct 2008 18:54:01 +0000 Subject: [PATCH] typos - smaller then -> smaller than - bigger then -> bigger than - ... then -> ... than svn path=/trunk/KDE/kdegraphics/okular/; revision=872264 --- core/textpage.cpp | 6 +++--- generators/comicbook/qnatsort.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/textpage.cpp b/core/textpage.cpp index e01c68a89..b4b923a1d 100644 --- a/core/textpage.cpp +++ b/core/textpage.cpp @@ -181,7 +181,7 @@ RegularAreaRect * TextPage::textArea ( TextSelection * sel) const int itB = -1; int itE = -1; - // ending cursor is higher then start cursor, we need to find positions in reverse + // ending cursor is higher than start cursor, we need to find positions in reverse NormalizedRect tmp; NormalizedRect start; NormalizedRect end; @@ -418,7 +418,7 @@ RegularAreaRect* TextPagePrivate::findTextInternalForward( int searchID, const Q #ifdef DEBUG_TEXTPAGE kDebug(OkularDebug) << str.mid(offset,min) << ":" << _query.mid(j,min); #endif - // we have equal (or less then) area of the query left as the lengt of the current + // we have equal (or less than) area of the query left as the length of the current // entity if ((caseSensitivity == Qt::CaseSensitive) @@ -544,7 +544,7 @@ RegularAreaRect* TextPagePrivate::findTextInternalBackward( int searchID, const #ifdef DEBUG_TEXTPAGE kDebug(OkularDebug) << str.right(min) << " : " << _query.mid(j-min+1,min); #endif - // we have equal (or less then) area of the query left as the lengt of the current + // we have equal (or less than) area of the query left as the length of the current // entity if ((caseSensitivity == Qt::CaseSensitive) diff --git a/generators/comicbook/qnatsort.h b/generators/comicbook/qnatsort.h index a802fef5c..eb63c79ac 100644 --- a/generators/comicbook/qnatsort.h +++ b/generators/comicbook/qnatsort.h @@ -40,13 +40,13 @@ */ /** - * Returns whether the @p left string is lesser then the @p right string + * Returns whether the @p left string is lesser than the @p right string * in natural order. */ bool caseSensitiveNaturalOrderLessThen( const QString &left, const QString &right ); /** - * Returns whether the @p left string is lesser then the @p right string + * Returns whether the @p left string is lesser than the @p right string * in natural order and case insensitive. */ bool caseInsensitiveNaturalOrderLessThen( const QString &left, const QString &right );