Author: aconway
Date: Tue May 13 11:39:11 2008
New Revision: 655965

URL: http://svn.apache.org/viewvc?rev=655965&view=rev
Log:
Fix typo in examples.

Modified:
    
incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_python_cpp.in
    incubator/qpid/trunk/qpid/python/examples/request-response/client.py
    incubator/qpid/trunk/qpid/python/examples/request-response/verify.in

Modified: 
incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_python_cpp.in
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_python_cpp.in?rev=655965&r1=655964&r2=655965&view=diff
==============================================================================
--- 
incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_python_cpp.in
 (original)
+++ 
incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_python_cpp.in
 Tue May 13 11:39:11 2008
@@ -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 @@
 ==== 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:)

Modified: incubator/qpid/trunk/qpid/python/examples/request-response/client.py
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/examples/request-response/client.py?rev=655965&r1=655964&r2=655965&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/examples/request-response/client.py 
(original)
+++ incubator/qpid/trunk/qpid/python/examples/request-response/client.py Tue 
May 13 11:39:11 2008
@@ -96,7 +96,7 @@
 
 # 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."]

Modified: incubator/qpid/trunk/qpid/python/examples/request-response/verify.in
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/examples/request-response/verify.in?rev=655965&r1=655964&r2=655965&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/examples/request-response/verify.in 
(original)
+++ incubator/qpid/trunk/qpid/python/examples/request-response/verify.in Tue 
May 13 11:39:11 2008
@@ -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.


Reply via email to