You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/06/11 17:11:48 UTC

svn commit: r953715 - /lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Author: uschindler
Date: Fri Jun 11 15:11:48 2010
New Revision: 953715

URL: http://svn.apache.org/viewvc?rev=953715&view=rev
Log:
fix typo and move to right place (until release)

Modified:
    lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/CHANGES.txt?rev=953715&r1=953714&r2=953715&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/CHANGES.txt Fri Jun 11 15:11:48 2010
@@ -379,7 +379,7 @@ New features
 Optimizations
 
 * LUCENE-2494: Use CompletionService in ParallelMultiSearcher instead of
-  simple polling for resutls. (Edward Drapkin, Simon Willnauer)
+  simple polling for results. (Edward Drapkin, Simon Willnauer)
 
 * LUCENE-2075: Terms dict cache is now shared across threads instead
   of being stored separately in thread local storage.  Also fixed