Mercurial > libervia-backend
diff src/plugins/plugin_xep_0047.py @ 389:6ff50d609b16
plugin XEP-0047: typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 29 Sep 2011 14:43:12 +0200 |
parents | 785420cd63f7 |
children | c34fd9d6242e |
line wrap: on
line diff
--- 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'))