diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-02-19 13:13:14 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-02-19 13:13:14 +0300 |
| commit | 9e040aa3e883f91373f0045c3bf8d6cceee4f83d (patch) | |
| tree | bc062bc97832dab3e7288bd282510ed77ec93a1c | |
| parent | b87d3447fd0e1d863eefe5bf1568306068737bf3 (diff) | |
| parent | 1524940df4a3722264faf2e553121eac438d3432 (diff) | |
| download | rabbitmq-server-git-9e040aa3e883f91373f0045c3bf8d6cceee4f83d.tar.gz | |
Merge pull request #53 from nilcons-contrib/fix-typo
Fix a hilarious typo in the example config
| -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 c64ed4624a..c9329cf2c4 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -108,7 +108,7 @@ %% This pertains to both the rabbitmq_auth_mechanism_ssl plugin and %% STOMP ssl_cert_login configurations. See the rabbitmq_stomp - %% configuration section later in this fail and the README in + %% configuration section later in this file and the README in %% https://github.com/rabbitmq/rabbitmq-auth-mechanism-ssl for further %% details. %% |
