You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2015/04/27 20:06:10 UTC

svn commit: r1676353 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt

Author: shalin
Date: Mon Apr 27 18:06:09 2015
New Revision: 1676353

URL: http://svn.apache.org/r1676353
Log:
SOLR-4839: Fix typo

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1676353&r1=1676352&r2=1676353&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Mon Apr 27 18:06:09 2015
@@ -23,7 +23,7 @@ Upgrading from Solr 5.1
   to track the respective stats.  Advanced users with client code manipulating these objects will 
   need to update their code accordingly.  See SOLR-7325 and SOLR-7336 for more info.
 
-* Solr has internally bee upgraded to use Jetty 9.  See SOLR-4839 for full details, but there are a few key details all Solr users should know when upgrading:
+* Solr has internally been upgraded to use Jetty 9. See SOLR-4839 for full details, but there are a few key details all Solr users should know when upgrading:
   **  It is no longer possible to run "java -jar start.jar" from inside the server directory.
       The bin/solr script is the only supported way to run Solr. This is necessary to support
       HTTP and HTTPS modules in Jetty which can be selectively enabled by the bin/solr scripts.