Skip to content
Snippets Groups Projects
Commit 0d8c0087 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix typo in event type

parent 2ede0224
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment