diff --git a/src/common/events.py b/src/common/events.py index 9322679fd..3896cc69b 100644 --- a/src/common/events.py +++ b/src/common/events.py @@ -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'