diff options
author | Alan Conway <aconway@apache.org> | 2008-05-13 18:39:11 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-13 18:39:11 +0000 |
commit | 1b092b72dd110848a9dce856fede4f4a0af83331 (patch) | |
tree | ec637e8b7b185f3313bdea62c27bb1970d882ce3 | |
parent | 0d104f77655da5670f86c79092b3259f1205a1a7 (diff) | |
download | qpid-python-1b092b72dd110848a9dce856fede4f4a0af83331.tar.gz |
Fix typo in examples.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@655965 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/examples/examples/request-response/verify_python_cpp.in | 6 | ||||
-rwxr-xr-x | qpid/python/examples/request-response/client.py | 2 | ||||
-rw-r--r-- | qpid/python/examples/request-response/verify.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/qpid/cpp/examples/examples/request-response/verify_python_cpp.in b/qpid/cpp/examples/examples/request-response/verify_python_cpp.in index ba9e01f465..1500134619 100644 --- a/qpid/cpp/examples/examples/request-response/verify_python_cpp.in +++ b/qpid/cpp/examples/examples/request-response/verify_python_cpp.in @@ -1,10 +1,10 @@ ==== client.py.out | remove_uuid -Request: Twas brilling, and the slithy toves +Request: Twas brillig, and the slithy toves Request: Did gyre and gimble in the wabe. Request: All mimsy were the borogroves, Request: And the mome raths outgrabe. Messages on queue: reply_to: -Response: TWAS BRILLING, AND THE SLITHY TOVES +Response: TWAS BRILLIG, AND THE SLITHY TOVES Response: DID GYRE AND GIMBLE IN THE WABE. Response: ALL MIMSY WERE THE BOROGROVES, Response: AND THE MOME RATHS OUTGRABE. @@ -12,7 +12,7 @@ No more messages! ==== server.out | remove_uuid Activating request queue listener for: request Waiting for requests -Request: Twas brilling, and the slithy toves (reply_to:) +Request: Twas brillig, and the slithy toves (reply_to:) Request: Did gyre and gimble in the wabe. (reply_to:) Request: All mimsy were the borogroves, (reply_to:) Request: And the mome raths outgrabe. (reply_to:) diff --git a/qpid/python/examples/request-response/client.py b/qpid/python/examples/request-response/client.py index 0fcd256d49..8ab1149901 100755 --- a/qpid/python/examples/request-response/client.py +++ b/qpid/python/examples/request-response/client.py @@ -96,7 +96,7 @@ session.message_flow(local_queue_name, session.credit_unit.byte, 0xFFFFFFFF) # Send some messages to the server's request queue -lines = ["Twas brilling, and the slithy toves", +lines = ["Twas brillig, and the slithy toves", "Did gyre and gimble in the wabe.", "All mimsy were the borogroves,", "And the mome raths outgrabe."] diff --git a/qpid/python/examples/request-response/verify.in b/qpid/python/examples/request-response/verify.in index 6c24366722..4c31128975 100644 --- a/qpid/python/examples/request-response/verify.in +++ b/qpid/python/examples/request-response/verify.in @@ -1,10 +1,10 @@ ==== client.py.out | remove_uuid -Request: Twas brilling, and the slithy toves +Request: Twas brillig, and the slithy toves Request: Did gyre and gimble in the wabe. Request: All mimsy were the borogroves, Request: And the mome raths outgrabe. Messages on queue: reply_to: -Response: TWAS BRILLING, AND THE SLITHY TOVES +Response: TWAS BRILLIG, AND THE SLITHY TOVES Response: DID GYRE AND GIMBLE IN THE WABE. Response: ALL MIMSY WERE THE BOROGROVES, Response: AND THE MOME RATHS OUTGRABE. |