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:00:05 UTC

svn commit: r1651019 - /lucene/dev/trunk/solr/bin/solr

Author: ehatcher
Date: Mon Jan 12 01:00:04 2015
New Revision: 1651019

URL: http://svn.apache.org/r1651019
Log:
SOLR-6434: Fix typo

Modified:
    lucene/dev/trunk/solr/bin/solr

Modified: lucene/dev/trunk/solr/bin/solr
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/bin/solr?rev=1651019&r1=1651018&r2=1651019&view=diff
==============================================================================
--- lucene/dev/trunk/solr/bin/solr (original)
+++ lucene/dev/trunk/solr/bin/solr Mon Jan 12 01:00:04 2015
@@ -1049,7 +1049,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