From 7230d78fe9c90af02d72452ec3cd896c5a0cfb79 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Tue, 20 Mar 2012 09:19:55 +0000 Subject: [PATCH] spelling git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302809 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 4 ++-- solr/CHANGES.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 80d119c4c8f..d9c96f176c2 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -957,9 +957,9 @@ Bug fixes (Shay Banon via Uwe Schindler) * LUCENE-3821: SloppyPhraseScorer missed documents that ExactPhraseScorer finds - When phrase queru had repeating terms (e.g. "yes ho yes") + When phrase query had repeating terms (e.g. "yes no yes") sloppy query missed documents that exact query matched. - Fixed except when for repeating multiterms (e.g. "yes ho yes|no"). + Fixed except when for repeating multiterms (e.g. "yes no yes|no"). (Robert Muir, Doron Cohen) * LUCENE-3841: Fix CloseableThreadLocal to also purge stale entries on diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 0cf18fffa25..b6c1f908ef4 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -664,7 +664,7 @@ Bug Fixes * SOLR-3073: Fixed 'Invalid UUID string' error when having an UUID field as the unique key and executing a distributed grouping request. (Devon Krisman, Martijn van Groningen) -* SOLR-3084: Fixed initialiazation error when using +* SOLR-3084: Fixed initialization error when using (Bernd Fehling and hossman) * SOLR-3109: Fixed numerous redundant shard requests when using distributed grouping.