Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Feb 5, 2018
1 parent 436baad commit 7a063c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/debugger/stepper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function debugprompt()
end

Atom.msg("doneWorking")
Atom.msg("updateworkspace")
Atom.msg("updateWorkspace")

return true
end
Expand Down
4 changes: 2 additions & 2 deletions src/repl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function changeREPLmodule(mod)
Atom.msg("working")
Atom.Debugger.interpret($line)
finally
Atom.msg("updateworkspace")
Atom.msg("updateWorkspace")
Atom.msg("doneWorking")
end
end
Expand All @@ -185,7 +185,7 @@ function changeREPLmodule(mod)
eval(Atom, :(repleval = true))
eval($mod, :(ans = eval(parse($$line))))
finally
Atom.msg("updateworkspace")
Atom.msg("updateWorkspace")
unlock($evallock)
Atom.msg("doneWorking")
eval(Atom, :(repleval = false))
Expand Down

0 comments on commit 7a063c4

Please sign in to comment.