You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2007/11/06 17:58:20 UTC

svn commit: r592487 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Tue Nov  6 08:58:19 2007
New Revision: 592487

URL: http://svn.apache.org/viewvc?rev=592487&view=rev
Log:
fix typos in CHANGES.txt

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=592487&r1=592486&r2=592487&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Tue Nov  6 08:58:19 2007
@@ -125,7 +125,7 @@
 
 20. LUCENE-1011: Fixed corruption case when two or more machines,
     sharing an index over NFS, can be writers in quick succession.
-    (Patrick Kimber vis Mike McCandless)
+    (Patrick Kimber via Mike McCandless)
 
 21. LUCENE-1028: Fixed Weight serialization for few queries:
     DisjunctionMaxQuery, ValueSourceQuery, CustomScoreQuery.
@@ -153,7 +153,7 @@
     VerifyingLockFactory is a LockFactory that wraps any other
     LockFactory and consults the LockVerifyServer whenever a lock is
     obtained or released, throwing an exception if an illegal lock
-    obtain occurred.  (Patrick Kimber vis Mike McCandless)
+    obtain occurred.  (Patrick Kimber via Mike McCandless)
 
   6. LUCENE-1015: Added FieldCache extension (ExtendedFieldCache) to support doubles and longs.  
   Added support into SortField for sorting on doubles and longs as well.  (Grant Ingersoll)