Skip to content

Commit

Permalink
Merge pull request #94 from qrede/patch-1
Browse files Browse the repository at this point in the history
Fix doc spelling
  • Loading branch information
ferd authored Jul 24, 2021
2 parents 34194da + 1b4e68b commit a1736a8
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 a1736a8

Please sign in to comment.