summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-06-25 13:30:18 +0000
committerGordon Sim <gsim@apache.org>2013-06-25 13:30:18 +0000
commit84163ff2db957f4a1642f23880cf13ef52ac775c (patch)
tree36ec6c5c738cb60d3afce4990c64991102b82c43 /qpid/cpp/include
parent3615070a058ee43b3305d6b4464ee3a6e39e7b99 (diff)
downloadqpid-python-84163ff2db957f4a1642f23880cf13ef52ac775c.tar.gz
NO-JIRA: fixed two minor typos in doxygen
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1496467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/messaging/Connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Connection.h b/qpid/cpp/include/qpid/messaging/Connection.h
index ee280ad1c8..58e61c4655 100644
--- a/qpid/cpp/include/qpid/messaging/Connection.h
+++ b/qpid/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: