diff --git a/devtools/client/debugger/debugger-controller.js b/devtools/client/debugger/debugger-controller.js index a4a89b69c8cb..bd02b82c3012 100644 --- a/devtools/client/debugger/debugger-controller.js +++ b/devtools/client/debugger/debugger-controller.js @@ -18,7 +18,7 @@ const CALL_STACK_PAGE_SIZE = 25; // frames const EVENTS = { // When the debugger's source editor instance finishes loading or unloading. EDITOR_LOADED: "Debugger:EditorLoaded", - EDITOR_UNLOADED: "Debugger:EditorUnoaded", + EDITOR_UNLOADED: "Debugger:EditorUnloaded", // When new sources are received from the debugger server. NEW_SOURCE: "Debugger:NewSource",