Mercurial > libervia-backend
changeset 389:6ff50d609b16
plugin XEP-0047: typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 29 Sep 2011 14:43:12 +0200 |
parents | a617af506154 |
children | 8e87af2e2d1f |
files | src/plugins/plugin_xep_0047.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'))