Skip to content

Commit

Permalink
Fix doc spelling
Browse files Browse the repository at this point in the history
fix doc spelling
  • Loading branch information
qrede authored Jul 24, 2021
1 parent 34194da commit 1b4e68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recon.erl
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ node_stats_list(N, Interval) ->
%%
%% Increments are values that are mostly useful when compared to a previous
%% one to have an idea what they're doing, because otherwise they'd never
%% stop increasing: bytes in and out of the node, number of garbage colelctor
%% stop increasing: bytes in and out of the node, number of garbage collector
%% runs, words of memory that were garbage collected, and the global reductions
%% count for the node.
-spec node_stats(N, Interval, FoldFun, Acc) -> Acc when
Expand Down

0 comments on commit 1b4e68b

Please sign in to comment.