diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl index d616f734..e2760e9e 100644 --- a/src/cowboy_http.erl +++ b/src/cowboy_http.erl @@ -425,7 +425,7 @@ asctime_date(Data) -> {error, badarg} end); (_Any, _WkDay) -> - {error, badarg1} + {error, badarg} end). -spec asctime_year(binary(), tuple(), tuple()) -> any().