[gardening] Fix typos: "word word" (two spaces) → "word word" (one space)

This commit is contained in:
practicalswift
2016-01-24 21:27:16 +01:00
parent 4023896b39
commit 71e00fefa1
41 changed files with 53 additions and 53 deletions

View File

@@ -35,7 +35,7 @@ FuzzyStringMatcher::FuzzyStringMatcher(StringRef pattern_)
assert(pattern.size() == lowercasePattern.size());
// FIXME: pull out the magic constants.
// This depends on the inner details of the matching algorithm and will need
// This depends on the inner details of the matching algorithm and will need
// to be updated if we substantially alter it.
if (pattern.size() == 1) {
maxScore = 3.0 + // uppercase match