You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2015/01/12 02:01:39 UTC

svn commit: r1651020 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/bin/ solr/bin/solr

Author: ehatcher
Date: Mon Jan 12 01:01:38 2015
New Revision: 1651020

URL: http://svn.apache.org/r1651020
Log:
SOLR-6434: Fix typo (merged from trunk r1651019)

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/bin/   (props changed)
    lucene/dev/branches/branch_5x/solr/bin/solr

Modified: lucene/dev/branches/branch_5x/solr/bin/solr
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/bin/solr?rev=1651020&r1=1651019&r2=1651020&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/bin/solr (original)
+++ lucene/dev/branches/branch_5x/solr/bin/solr Mon Jan 12 01:01:38 2015
@@ -1047,7 +1047,7 @@ if [ "$SOLR_MODE" == "solrcloud" ]; then
     
 fi
 
-# These are useful for attaching remove profilers like VisualVM/JConsole
+# These are useful for attaching remote profilers like VisualVM/JConsole
 if [ "$ENABLE_REMOTE_JMX_OPTS" == "true" ]; then
 
   if [ -z "$RMI_PORT" ]; then