From eb6b9342c34b63de7e57493e0cc682e97046fcca Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 9 Dec 2019 10:56:27 -0500 Subject: [PATCH] Fix typo --- src/beam_stats_process.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beam_stats_process.erl b/src/beam_stats_process.erl index 5dc64d7..c014ed3 100644 --- a/src/beam_stats_process.erl +++ b/src/beam_stats_process.erl @@ -150,7 +150,7 @@ pid_info_opt(Pid, Key) -> %% ============================================================================ %% Process code origin approximation or naming the anonymous processes. %% -%% At runtime, given a PID, how precicely can we identify the origin of the +%% At runtime, given a PID, how precisely can we identify the origin of the %% code it is running? %% %% We have these data points: -- 2.20.1