[py-svn] r36433 - py/dist/py/test/rsession
fijal at codespeak.net
fijal at codespeak.net
Wed Jan 10 20:09:27 CET 2007
Author: fijal
Date: Wed Jan 10 20:09:26 2007
New Revision: 36433
Modified:
py/dist/py/test/rsession/rsync.py
Log:
typo
Modified: py/dist/py/test/rsession/rsync.py
==============================================================================
--- py/dist/py/test/rsession/rsync.py (original)
+++ py/dist/py/test/rsession/rsync.py Wed Jan 10 20:09:26 2007
@@ -47,7 +47,7 @@
# too early! we must have got an error
channel.waitclose()
# or else we raise one
- raise IOError('connexion unexpectedly closed: %s ' % (
+ raise IOError('connection unexpectedly closed: %s ' % (
channel.gateway,))
else:
modified_rel_path, checksum = req
More information about the py-svn
mailing list