diff options
author | Ted Ross <tross@apache.org> | 2009-07-08 14:53:39 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-07-08 14:53:39 +0000 |
commit | ea9db48eed1b2d110dc7f8eb799e097341523ada (patch) | |
tree | 26c84d6aee4b28d0bd29d854035b38a271326a94 /python/commands | |
parent | 7aa8da6390f1d905a725a15e42a28db1236f9457 (diff) | |
download | qpid-python-ea9db48eed1b2d110dc7f8eb799e097341523ada.tar.gz |
Fixed a typo in the help text
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/commands')
-rwxr-xr-x | python/commands/qpid-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/commands/qpid-config b/python/commands/qpid-config index 9204a1faa7..c4ea5c5f2d 100755 --- a/python/commands/qpid-config +++ b/python/commands/qpid-config @@ -118,7 +118,7 @@ def Usage (): print " accept-mode, and the discard-unroutable delivery property is set to false, and" print " there is no queue to route to for the given message according to the bindings" print " on this exchange." - print " --passive Do not actually change teh broker state (exchange will not be created)" + print " --passive Do not actually change the broker state (exchange will not be created)" print " --durable Exchange is durable" print " --sequence Exchange will insert a 'qpid.msg_sequence' field in the message header" print " with a value that increments for each message forwarded." |