Fix typo
[beam_stats.git] / src / beam_stats_process.erl
index 3f2c9a4..c014ed3 100644 (file)
@@ -79,9 +79,9 @@ print(
     { pid               = Pid
     , registered_name   = RegisteredNameOpt
     , ancestry          = #beam_stats_process_ancestry
-        { raw_initial_call  = InitialCallRaw
-        , otp_initial_call  = InitialCallOTPOpt
-        , otp_ancestors     = AncestorsOpt
+        { raw_initial_call = InitialCallRaw
+        , otp_initial_call = InitialCallOTPOpt
+        , otp_ancestors    = AncestorsOpt
         }
     , status            = Status
     , memory            = Memory
@@ -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:
This page took 0.023956 seconds and 4 git commands to generate.