summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2014-06-30 20:54:54 +0000
committerTed Ross <tross@apache.org>2014-06-30 20:54:54 +0000
commitcd98e6241aeca161945796c043de338093df0f3e (patch)
tree4b429b60579491c97ec4c1d325968791cdea1531 /qpid/cpp/include
parentcab9ea01f9324d3e53330d49f9531706068c6793 (diff)
downloadqpid-python-cd98e6241aeca161945796c043de338093df0f3e.tar.gz
NO-JIRA - Fixed typo in a comment.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1606929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/messaging/Connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Connection.h b/qpid/cpp/include/qpid/messaging/Connection.h
index 1bbf433e1f..aed3717fa8 100644
--- a/qpid/cpp/include/qpid/messaging/Connection.h
+++ b/qpid/cpp/include/qpid/messaging/Connection.h
@@ -152,7 +152,7 @@ class QPID_MESSAGING_CLASS_EXTERN Connection : public qpid::messaging::Handle<Co
QPID_MESSAGING_EXTERN void reconnect();
/**
* returns a url reprsenting the broker the client is currently
- * connected to (or an e,pty string if it is not connected).
+ * connected to (or an empty string if it is not connected).
*/
QPID_MESSAGING_EXTERN std::string getUrl() const;