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 | c1dd6ae779b584fd8ba39ed3115b6e5699e4c58a (patch) | |
| tree | b93ca55841d134208e039b7c5ada6f7d08b135c7 /qpid/python | |
| parent | a5273319e880200c1e3b26e140a9cf8423daf3ce (diff) | |
| download | qpid-python-c1dd6ae779b584fd8ba39ed3115b6e5699e4c58a.tar.gz | |
Fixed a typo in the help text
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rwxr-xr-x | qpid/python/commands/qpid-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config index 9204a1faa7..c4ea5c5f2d 100755 --- a/qpid/python/commands/qpid-config +++ b/qpid/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." |
