SOLR-6434: Fix typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2015-01-12 01:00:04 +00:00
parent 4e24294c9c
commit 5f1d3bd308
1 changed files with 1 additions and 1 deletions

View File

@ -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