Browse Source

Fix typo in comment explictly -> explicitly

Olle Jonsson 4 years ago
parent
commit
36e6554050
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ranch_server.erl

+ 1 - 1
src/ranch_server.erl

@@ -79,7 +79,7 @@ cleanup_listener_opts(Ref) ->
 	%% cases when calling stop_listener followed by get_connections_sup,
 	%% cases when calling stop_listener followed by get_connections_sup,
 	%% we could end up with the pid still being returned, when we
 	%% we could end up with the pid still being returned, when we
 	%% expected a crash (because the listener was stopped).
 	%% expected a crash (because the listener was stopped).
-	%% Deleting it explictly here removes any possible confusion.
+	%% Deleting it explicitly here removes any possible confusion.
 	_ = ets:match_delete(?TAB, {{conns_sup, Ref, '_'}, '_'}),
 	_ = ets:match_delete(?TAB, {{conns_sup, Ref, '_'}, '_'}),
 	_ = ets:delete(?TAB, {stats_counters, Ref}),
 	_ = ets:delete(?TAB, {stats_counters, Ref}),
 	%% Ditto for the listener supervisor.
 	%% Ditto for the listener supervisor.