summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/messaging/Connection.h')
-rw-r--r--cpp/include/qpid/messaging/Connection.h4
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: