diff options
| author | Michael Klishin <michael@novemberain.com> | 2016-12-26 09:55:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-26 09:55:47 +0300 |
| commit | d8a90c9b4545ea0a162b310d77574ff58e87f068 (patch) | |
| tree | b158b3d8ff048b40b09033ec2158a6c739dd49f6 /scripts/rabbitmq-defaults | |
| parent | fdf783f9accd0b7c914b17907c0d7528750fb961 (diff) | |
| parent | d1359be41d60076518f354e5454d4eb5a28ddd0b (diff) | |
| download | rabbitmq-server-git-d8a90c9b4545ea0a162b310d77574ff58e87f068.tar.gz | |
Merge pull request #1069 from AndrewDryga/fix-typos
Fixed various typos across code comments
Diffstat (limited to 'scripts/rabbitmq-defaults')
| -rwxr-xr-x | scripts/rabbitmq-defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-defaults b/scripts/rabbitmq-defaults index fdcf624d1b..a4d78e6986 100755 --- a/scripts/rabbitmq-defaults +++ b/scripts/rabbitmq-defaults @@ -47,7 +47,7 @@ PLUGINS_DIR="${RABBITMQ_HOME}/plugins" # RABBIT_HOME can contain a version number, so default plugins # directory can be hard to find if we want to package some plugin # separately. When RABBITMQ_HOME points to a standard location where -# it's usally being installed by package managers, we add +# it's usually being installed by package managers, we add # "/usr/lib/rabbitmq/plugins" to plugin search path. case "$RABBITMQ_HOME" in /usr/lib/rabbitmq/*) |
