# HG changeset patch # User paulb # Date 1134492808 0 # Node ID 5084456b7b82d070ff26b2ff025059ec3ba1ad2f # Parent 36c9ffb7905b609cacc42fc432dfcc3d2ce5fe27 [project @ 2005-12-13 16:53:28 by paulb] Fixed typing error. diff -r 36c9ffb7905b -r 5084456b7b82 pprocess.py --- a/pprocess.py Thu Nov 17 20:06:20 2005 +0000 +++ b/pprocess.py Tue Dec 13 16:53:28 2005 +0000 @@ -118,7 +118,7 @@ http://twistedmatrix.com/pipermail/twisted-python/2005-February/009666.html -It would seem, from using sockets and from studying the asycore module, that +It would seem, from using sockets and from studying the asyncore module, that sockets are more predictable than pipes. """