Skip to content

Commit e9635b8

Browse files
committed
fix typos
1 parent 81c9f38 commit e9635b8

File tree

2 files changed

+2
-2
lines changed
  • apps
    • elixir_ls_debugger/lib/debugger
    • language_server/lib/language_server

2 files changed

+2
-2
lines changed

apps/elixir_ls_debugger/lib/debugger/server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ defmodule ElixirLS.Debugger.Server do
129129
# check if process is alive to not debug dead ones
130130
state =
131131
if Process.alive?(pid) do
132-
# monitor to clanup state if process dies
132+
# monitor to cleanup state if process dies
133133
ref = Process.monitor(pid)
134134
{state, thread_id, _new_ids} = ensure_thread_id(state, pid, [])
135135

apps/language_server/lib/language_server/cli.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ defmodule ElixirLS.LanguageServer.CLI do
9393
JsonRpc.show_message(:warning, "OTP compiled without EEP48 documentation chunks")
9494

9595
Logger.warn(
96-
"OTP compiled without EEP48 documentation chunks. Language features for erlang modules will run in limited mode. Please reinstall or rebuild OTP with approperiate flags."
96+
"OTP compiled without EEP48 documentation chunks. Language features for erlang modules will run in limited mode. Please reinstall or rebuild OTP with appropriate flags."
9797
)
9898
end
9999
end

0 commit comments

Comments
 (0)