aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-26 22:05:05 +0200
committerLoïc Hoguin <[email protected]>2015-07-26 22:05:05 +0200
commit19a279dfdc923091616bcdd700e1a59e4c2404f4 (patch)
treebc87ad8bb51eacac30b2e8bfc886e7ec21948814
parent3195dad766698022128843d765b864857982760b (diff)
parent67ab508d9b2cbf43468ee1d4c08ac0ee0d251e5f (diff)
downloadcowboy-19a279dfdc923091616bcdd700e1a59e4c2404f4.tar.gz
cowboy-19a279dfdc923091616bcdd700e1a59e4c2404f4.tar.bz2
cowboy-19a279dfdc923091616bcdd700e1a59e4c2404f4.zip
Merge branch 'fix-typo-in-cowboy_http' of https://github.com/mocchira/cowboy into 1.0.x
-rw-r--r--src/cowboy_http.erl2
1 files changed, 1 insertions, 1 deletions
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().