aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/observer_procinfo.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/observer/src/observer_procinfo.erl')
-rw-r--r--lib/observer/src/observer_procinfo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/src/observer_procinfo.erl b/lib/observer/src/observer_procinfo.erl
index 98e787426f..f234218017 100644
--- a/lib/observer/src/observer_procinfo.erl
+++ b/lib/observer/src/observer_procinfo.erl
@@ -276,7 +276,7 @@ init_state_page(Parent, Pid) ->
Misc = [{"Behaviour", B}] ++ [Opt, {"State",OtherFormat}];
{badrpc,{'EXIT',{timeout, _}}} ->
Misc = [{"Information","Timed out"},
- {"Tip","system messages are certainly not treated by this process"}]
+ {"Tip","system messages are probably not treated by this process"}]
end;
_ -> Misc=[], throw(process_undefined)
end,