You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2014/03/13 09:09:02 UTC

svn commit: r1577058 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: simonw
Date: Thu Mar 13 08:09:01 2014
New Revision: 1577058

URL: http://svn.apache.org/r1577058
Log:
Fix typo

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1577058&r1=1577057&r2=1577058&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Thu Mar 13 08:09:01 2014
@@ -127,7 +127,7 @@ API Changes
   too many results are rejected to guarantee an absolutely correct top N result.
   The TopNSearcher now returns a struct like class that indicates if the result
   is complete in the sense of the top N or not. Consumers of this API should assert
-  on the completness if the bounded queue size is know ahead of time. (Simon Willnauer)
+  on the completeness if the bounded queue size is know ahead of time. (Simon Willnauer)
 
 Optimizations