diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2020-06-24 17:18:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-24 17:18:35 +0300 |
| commit | 1c0cab5cddce5e6757fcfb9e10c2ff918bd4c61d (patch) | |
| tree | 2b266ab69642437764bde1819d7cb9d0f617bef6 /scripts | |
| parent | 355b2b56f0f5252df4a9004e3a8d6aa505315fed (diff) | |
| download | rabbitmq-server-git-1c0cab5cddce5e6757fcfb9e10c2ff918bd4c61d.tar.gz | |
Fix a typo spotted by @VVD
References #2389, #2387
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rabbitmq-service.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-service.bat b/scripts/rabbitmq-service.bat index 48d90c4c4f..a4041845b4 100644 --- a/scripts/rabbitmq-service.bat +++ b/scripts/rabbitmq-service.bat @@ -70,7 +70,7 @@ set NAMETYPE= REM Set Erlang distribution port, based on the AMQP TCP port.
REM
REM We do this only for the Windows service because in this case, the node has
-REM to start with the distribution enabled on the command lind. For all other
+REM to start with the distribution enabled on the command line. For all other
REM cases, distribution is configured at runtime.
if "!RABBITMQ_NODE_PORT!"=="" (
if not "!NODE_PORT!"=="" (
|
