diff -r 1653470ccaff -r 88d45c846f2b iro/offer/provider.py --- a/iro/offer/provider.py Wed Apr 25 00:04:47 2012 +0200 +++ b/iro/offer/provider.py Wed Apr 25 00:05:53 2012 +0200 @@ -35,7 +35,7 @@ pass def getSendFunc(self, typ, route): - """Returns the actually send Functionfor a given typ and route. + """Returns the actually send function for a given typ and route. Normally it returns the send function with typ and route bound.