summaryrefslogtreecommitdiffstats
path: root/web/react/stores/file_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/file_store.jsx')
-rw-r--r--web/react/stores/file_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/stores/file_store.jsx b/web/react/stores/file_store.jsx
index ca8c6a96b..6d7e0f354 100644
--- a/web/react/stores/file_store.jsx
+++ b/web/react/stores/file_store.jsx
@@ -49,7 +49,7 @@ class FileStore extends EventEmitter {
const action = payload.action;
switch (action.type) {
- case ActionTypes.RECIEVED_FILE_INFO:
+ case ActionTypes.RECEIVED_FILE_INFO:
this.setInfo(action.filename, action.info);
this.emitChange(action.filename);
break;