[svn r38076] Typo.

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-07 16:34:01 +01:00
parent d0861a546f
commit 5c7fb384bc
1 changed files with 1 additions and 2 deletions

View File

@ -96,7 +96,7 @@ class RSync(object):
""" Sends a sourcedir to all added targets.
"""
if not self._channels:
raise IOError("no targets available, maybing you "
raise IOError("no targets available, maybe you "
"are trying call send() twice?")
self._sourcedir = str(sourcedir)
# normalize a trailing '/' away
@ -143,7 +143,6 @@ class RSync(object):
channel.send((str(destdir), self._options))
self._channels[channel] = finishedcallback
def _broadcast(self, msg):
for channel in self._channels:
channel.send(msg)