You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jd...@apache.org on 2012/11/13 19:48:04 UTC

svn commit: r1408885 - /lucene/dev/trunk/solr/CHANGES.txt

Author: jdyer
Date: Tue Nov 13 18:48:03 2012
New Revision: 1408885

URL: http://svn.apache.org/viewvc?rev=1408885&view=rev
Log:
SOLR-4051: fix typo

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

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1408885&r1=1408884&r2=1408885&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Nov 13 18:48:03 2012
@@ -64,7 +64,7 @@ New Features
   the "data-config.properties" file.  Alternatively, users can specify their
   own property writer implementation for greater control. This new configuration 
   element is optional, and defaults mimic prior behavior.  The one exception is 
-  that the "root" locale is default. Previously it was the machine' default locale.  
+  that the "root" locale is default. Previously it was the machine's default locale.  
   (James Dyer)
 
 Optimizations