Skip to content

Commit 2863787

Browse files
committed
spelling: conflicts
1 parent c8b2b4f commit 2863787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_guid.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ advance_blocks({B1, B2, B3, B4}, I) ->
9292
%% hashing {B5, I}. The new hash is used as last block, and the
9393
%% other three blocks are XORed with it.
9494
%%
95-
%% Doing this is convenient because it avoids cascading conflits,
95+
%% Doing this is convenient because it avoids cascading conflicts,
9696
%% while being very fast. The conflicts are avoided by propagating
9797
%% the changes through all the blocks at each round by XORing, so
9898
%% the only occasion in which a collision will take place is when

0 commit comments

Comments
 (0)