summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pg_local.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pg_local.erl b/src/pg_local.erl
index 5ecace52ac..0ed7e9d85d 100644
--- a/src/pg_local.erl
+++ b/src/pg_local.erl
@@ -162,7 +162,7 @@ member_died(Ref, Pid) ->
[{{ref, Ref}, Pid}] ->
leave_all_groups(Pid);
%% in case the key has already been removed
- %% we can perform the lookup using the valuee from the DOWN message
+ %% we can clean up using the value from the DOWN message
_ ->
leave_all_groups(Pid)
end,