diff options
author | Gordon Sim <gsim@apache.org> | 2010-02-02 11:09:11 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2010-02-02 11:09:11 +0000 |
commit | 4840fe938fd73412ad9393569b37b5a7416c1b51 (patch) | |
tree | bd27062f285bccab69d33b87b4aea801a730c065 /cpp/include/qpid/messaging/Address.h | |
parent | a57db5a5472a1aec570ddf3269e9d07c59fcf5a0 (diff) | |
download | qpid-python-4840fe938fd73412ad9393569b37b5a7416c1b51.tar.gz |
QPID-2380: recognise reliability option for sender (also added capacity to qpid_send test client and fixed handling of empty option string)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@905579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging/Address.h')
-rw-r--r-- | cpp/include/qpid/messaging/Address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Address.h b/cpp/include/qpid/messaging/Address.h index 88863072bd..745949792d 100644 --- a/cpp/include/qpid/messaging/Address.h +++ b/cpp/include/qpid/messaging/Address.h @@ -120,7 +120,7 @@ class AddressImpl; * exactly-once (the latter is not yet correctly supported).</td></tr> * * <tr valign=top><td>filter</td><td>(only relevant for topics at present) allows bindings to - * be created for the queue that match the given criteris (or list of + * be created for the queue that match the given criteria (or list of * criteria).</td></tr> * * <tr valign=top><td>x-properties</td><td>allows protocol or implementation specific options |