diff options
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Connection.h | 2 |
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; |
