summaryrefslogtreecommitdiff
path: root/python/examples/request-response
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/request-response')
-rwxr-xr-xpython/examples/request-response/client.py2
-rw-r--r--python/examples/request-response/verify.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/python/examples/request-response/client.py b/python/examples/request-response/client.py
index 0fcd256d49..8ab1149901 100755
--- a/python/examples/request-response/client.py
+++ b/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/python/examples/request-response/verify.in b/python/examples/request-response/verify.in
index 6c24366722..4c31128975 100644
--- a/python/examples/request-response/verify.in
+++ b/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.