Index: trunk/lucene-search-3/src/main/java/org/apache/lucene/search/PositionalScorer.java |
— | — | @@ -526,7 +526,7 @@ |
527 | 527 | for (PhrasePositionsBoost pp = first; pp != null; pp = pp.next) |
528 | 528 | pp.firstPosition(); |
529 | 529 | |
530 | | - // one time initializatin for this scorer |
| 530 | + // one time initialization for this scorer |
531 | 531 | if (!checkedRepeats) { |
532 | 532 | checkedRepeats = true; |
533 | 533 | // check for repeats |