summaryrefslogtreecommitdiff
path: root/lib/observer/src/crashdump_viewer.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/observer/src/crashdump_viewer.erl')
-rw-r--r--lib/observer/src/crashdump_viewer.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/observer/src/crashdump_viewer.erl b/lib/observer/src/crashdump_viewer.erl
index b876ce2945..a2f88986af 100644
--- a/lib/observer/src/crashdump_viewer.erl
+++ b/lib/observer/src/crashdump_viewer.erl
@@ -1652,7 +1652,7 @@ read_heap_lines_1(Fd, Acc) ->
%% Reduce the memory consumption by converting the
%% line to a binary. Measurements show that it may also
- %% be benefical for performance, too, because it makes the
+ %% be beneficial for performance, too, because it makes the
%% garbage collections cheaper.
Line = list_to_binary(Line1),
@@ -3357,7 +3357,7 @@ collect(Pids,Acc) ->
collect(lists:delete(Pid,Pids),[Result|Acc]);
{'DOWN', _Ref, process, Pid, _Error} ->
Warning =
- "WARNING: an error occured while parsing data.\n" ++
+ "WARNING: an error occurred while parsing data.\n" ++
case get(truncated) of
true -> "This might be because the dump is truncated.\n";
false -> ""