Roberto Ostinelli 5 лет назад
Родитель
Сommit
1bb1aaa9be
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/syn_registry.erl

+ 1 - 1
src/syn_registry.erl

@@ -424,7 +424,7 @@ unregister_on_node(Name) ->
             remove_from_local_table(Name);
 
         Entry ->
-            %% race condition: unregistration request but entry in table is not a local pid (has no monitor)
+            %% race condition: un-registration request but entry in table is not a local pid (has no monitor)
             %% ignore it, sync messages will take care of it
             ok
     end.