From 67ab508d9b2cbf43468ee1d4c08ac0ee0d251e5f Mon Sep 17 00:00:00 2001 From: mocchira Date: Wed, 15 Jul 2015 03:26:25 +0000 Subject: Fix typo in cowboy_http:asctime_date --- src/cowboy_http.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl index d616f73..e2760e9 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(). -- cgit v1.2.3