# HG changeset patch # User Goffi # Date 1317300192 -7200 # Node ID 6ff50d609b16a76c65c545494d9109e9740e8240 # Parent a617af506154eff187a5c1c341ffef602580bec9 plugin XEP-0047: typo diff -r a617af506154 -r 6ff50d609b16 src/plugins/plugin_xep_0047.py --- a/src/plugins/plugin_xep_0047.py Thu Sep 29 12:14:19 2011 +0200 +++ b/src/plugins/plugin_xep_0047.py Thu Sep 29 14:43:12 2011 +0200 @@ -258,7 +258,7 @@ @param sid: Stream session id @param length: number of byte to send, or None to send until the end @param successCb: method to call when stream successfuly finished - @param failureCb: method to call when something go wrong + @param failureCb: method to call when something goes wrong @param profile: %(doc_profile)s""" if length != None: error(_('stream length not managed yet'))