aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_server.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ranch_server.erl')
-rw-r--r--src/ranch_server.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_server.erl b/src/ranch_server.erl
index 8ef22f3..991f1a7 100644
--- a/src/ranch_server.erl
+++ b/src/ranch_server.erl
@@ -79,7 +79,7 @@ cleanup_listener_opts(Ref) ->
%% cases when calling stop_listener followed by get_connections_sup,
%% we could end up with the pid still being returned, when we
%% 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:delete(?TAB, {stats_counters, Ref}),
%% Ditto for the listener supervisor.