diff options
Diffstat (limited to 'src/cowboy_http_static.erl')
-rw-r--r-- | src/cowboy_http_static.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_static.erl b/src/cowboy_http_static.erl index 1513eea..d204e5a 100644 --- a/src/cowboy_http_static.erl +++ b/src/cowboy_http_static.erl @@ -173,7 +173,7 @@ -include("http.hrl"). -include_lib("kernel/include/file.hrl"). -%% cowboy_http_protocol callbacks +%% cowboy_protocol callbacks -export([init/3]). %% cowboy_http_rest callbacks |