diff options
author | Gordon Sim <gsim@apache.org> | 2013-06-25 13:30:18 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2013-06-25 13:30:18 +0000 |
commit | 014921644cd24fd6af966f03f893cd88a795e417 (patch) | |
tree | e5759102b1b8f18fa558e484daca3d81d42500fe | |
parent | 35cb597c315b5bc3e17611cb40fe8492b0a4e45c (diff) | |
download | qpid-python-014921644cd24fd6af966f03f893cd88a795e417.tar.gz |
NO-JIRA: fixed two minor typos in doxygen
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1496467 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/include/qpid/messaging/Connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/qpid/messaging/Connection.h b/cpp/include/qpid/messaging/Connection.h index ee280ad1c8..58e61c4655 100644 --- a/cpp/include/qpid/messaging/Connection.h +++ b/cpp/include/qpid/messaging/Connection.h @@ -61,9 +61,9 @@ class QPID_MESSAGING_CLASS_EXTERN Connection : public qpid::messaging::Handle<Co * * - username: the username to authenticate as * - password: the password to use if required by the selected authentication mechanism - * - sasl_mechanisms: a space separate dlist of acceptable SASL mechanisms + * - sasl_mechanisms: a space separated list of acceptable SASL mechanisms * - sasl_min_ssf: the minimum acceptable security strength factor - * - sasl_max_ssf: the minimum acceptable security strength factor + * - sasl_max_ssf: the maximum acceptable security strength factor * - sasl_service: the service name if needed by the SASL mechanism in use * * Reconnect behaviour can be controlled through the following options: |