diff options
| author | Ted Ross <tross@apache.org> | 2014-06-30 20:54:54 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2014-06-30 20:54:54 +0000 |
| commit | 9d989c9e56afc3d92af80ae6c9cb5577d1db233c (patch) | |
| tree | 593686071763293505674b2b06fd29ff9a22d4cb /cpp/include/qpid | |
| parent | 09dfcda0eaf88a0d491535ab9881af45dbfd5402 (diff) | |
| download | qpid-python-9d989c9e56afc3d92af80ae6c9cb5577d1db233c.tar.gz | |
NO-JIRA - Fixed typo in a comment.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1606929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid')
| -rw-r--r-- | cpp/include/qpid/messaging/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Connection.h b/cpp/include/qpid/messaging/Connection.h index 1bbf433e1f..aed3717fa8 100644 --- a/cpp/include/qpid/messaging/Connection.h +++ b/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; |
