From 8fa95e4cc7b127ca2cd7dfeeed7111bc70874ec1 Mon Sep 17 00:00:00 2001 From: Dave Jeffrey Date: Wed, 8 Feb 2017 11:09:08 +0000 Subject: Fix observer term conversion error spelling In the observer UI, when inspecting state, the error given when attempting to convert a bad term contains a spelling mistake. --- lib/observer/src/cdv_bin_cb.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/observer/src/cdv_bin_cb.erl b/lib/observer/src/cdv_bin_cb.erl index 0cea1fdcf0..200c728a62 100644 --- a/lib/observer/src/cdv_bin_cb.erl +++ b/lib/observer/src/cdv_bin_cb.erl @@ -58,7 +58,7 @@ binary_to_term_fun(Bin) -> try binary_to_term(Bin) of Term -> plain_html(io_lib:format("~p",[Term])) catch error:badarg -> - Warning = "This binary can not be coverted to an Erlang term", + Warning = "This binary can not be converted to an Erlang term", observer_html_lib:warning(Warning) end end. -- cgit v1.2.3