diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-09-18 18:13:09 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-09-18 18:13:09 +0100 |
| commit | 9bee1a19105998d904078e338a0b212257b1d79d (patch) | |
| tree | 2cada3050f4d0ed8e4e620200b713d513a115dbb | |
| parent | 621e90a5b2e1a2c9a05595c9dc14c8e468f48feb (diff) | |
| download | rabbitmq-server-git-9bee1a19105998d904078e338a0b212257b1d79d.tar.gz | |
cosmetic: unconfuse emacs syntax highlighting
| -rw-r--r-- | docs/rabbitmq.sample.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.sample.config b/docs/rabbitmq.sample.config index 2c7029614d..0e4a20d024 100644 --- a/docs/rabbitmq.sample.config +++ b/docs/rabbitmq.sample.config @@ -91,7 +91,7 @@ %% %% Misc/Advanced Options: %% - %% NB: Change these only if you understand what you're doing! + %% NB: Change these only if you understand what you are doing! %% %% How to respond to cluster partitions. @@ -225,7 +225,7 @@ %% Listen for SSL connections on 61613. %% {ssl_listeners, [61613]}, - %% Extract name from client's certificate when using SSL. + %% Extract name from client certificate when using SSL. %% {ssl_cert_login, true}, %% Use cn instead of dn when reading from the SSL cert |
