Skip to content

Commit 2fb786d

Browse files
Clarify
(cherry picked from commit 7a0c8b6)
1 parent 31e2d80 commit 2fb786d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_local.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ member_died(Ref, Pid) ->
162162
[{{ref, Ref}, Pid}] ->
163163
leave_all_groups(Pid);
164164
%% in case the key has already been removed
165-
%% we can perform the lookup using the valuee from the DOWN message
165+
%% we can clean up using the value from the DOWN message
166166
_ ->
167167
leave_all_groups(Pid)
168168
end,

0 commit comments

Comments
 (0)