Skip to content

Commit

Permalink
Fix simple typo: transfert -> transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 authored and sijis committed Nov 28, 2019
1 parent 763a2cf commit 454cef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errbot/botplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def callback_presence(self, presence: Presence) -> None:
def callback_stream(self, stream: Stream) -> None:
"""
Triggered asynchronously (in a different thread context) on every incoming stream
request or file transfert requests.
request or file transfer request.
You can block this call until you are done with the stream.
To signal that you accept / reject the file, simply call stream.accept()
or stream.reject() and return.
Expand Down

0 comments on commit 454cef0

Please sign in to comment.