Fix typo in event type

This commit is contained in:
Philipp Hörist 2017-03-29 20:30:31 +02:00
parent 2ede022422
commit 0d8c008764
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class FileStoppedEvent(FileRequestEvent):
type_ = 'file-stopped'
class FileHashErrorEvent(FileRequestEvent):
type_ = 'file-hash-rror'
type_ = 'file-hash-error'
class JingleIncomingEvent(Event):
type_ = 'jingle-incoming'