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 | 539172b64d7ebd8b81269c4880834b3db815a7be (patch) | |
tree | 13becb52721af4da51cd3628242c46a8731ef45d /cpp | |
parent | 2579255f8844bf6b7a9dab39ec4a49c1eabbb07b (diff) | |
download | qpid-python-539172b64d7ebd8b81269c4880834b3db815a7be.tar.gz |
Fix typo in examples.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/examples/examples/request-response/verify_python_cpp.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/examples/examples/request-response/verify_python_cpp.in b/cpp/examples/examples/request-response/verify_python_cpp.in index ba9e01f465..1500134619 100644 --- a/cpp/examples/examples/request-response/verify_python_cpp.in +++ b/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:) |