diff options
| author | johnlonganecker <johnlonganecker@gmail.com> | 2016-07-29 16:02:38 -0700 |
|---|---|---|
| committer | johnlonganecker <johnlonganecker@gmail.com> | 2016-07-29 16:02:38 -0700 |
| commit | 6214ebdf0c8440ad15332cf1403907786cae9261 (patch) | |
| tree | b1143a3ac178797829ae1266d3a2857be4b51d61 /docs | |
| parent | 2ccc749a28a643e5020a769d48b950d17d0fda56 (diff) | |
| download | rabbitmq-server-git-6214ebdf0c8440ad15332cf1403907786cae9261.tar.gz | |
fixed typo in config example comment
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 42280cc0f5..08fc42a71d 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -659,7 +659,7 @@ %% See https://github.com/basho/lager for more documentation {lager, [ %% - %% Log direcrory, taken from the RABBITMQ_LOG_BASE env variable by default. + %% Log directory, taken from the RABBITMQ_LOG_BASE env variable by default. %% {log_root, "/var/log/rabbitmq"}, %% %% All log messages go to the default "sink" configured with |
