From 36e655405003a5898ff0fa234b0da3e2b208f647 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 21 Jul 2020 16:49:28 +0200 Subject: Fix typo in comment explictly -> explicitly --- src/ranch_server.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ranch_server.erl') 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. -- cgit v1.2.3