Browse Source

Fix typo.

Roberto Ostinelli 5 years ago
parent
commit
3a8cdafe0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/syn_registry.erl

+ 1 - 1
src/syn_registry.erl

@@ -483,7 +483,7 @@ resolve_conflict(
 
 
         {false, true} ->
         {false, true} ->
             %% keep only alive process
             %% keep only alive process
-            {RemotePidAlive, false};
+            {RemotePid, false};
 
 
         {false, false} ->
         {false, false} ->
             %% remove both
             %% remove both