Fix typo in event type
This commit is contained in:
parent
2ede022422
commit
0d8c008764
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue