Skip to content

Commit

Permalink
Make spell checker happy
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored and nyalldawson committed Mar 17, 2020
1 parent 98965e6 commit a6348b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsstringutils.cpp
Expand Up @@ -430,7 +430,7 @@ double QgsStringUtils::fuzzyScore( const QString &candidate, const QString &sear
bool isPreviousIndexMatching = false;
bool isWordOpen = true;

// loop throught each candidate char and calculate the potential max score
// loop trough each candidate char and calculate the potential max score
while ( candidateIdx < candidateLength )
{
QChar candidateChar = candidateNormalized[ candidateIdx++ ];
Expand Down

0 comments on commit a6348b5

Please sign in to comment.