Skip to content

Commit

Permalink
Typo in yaws_request_bridge get_headers, updated rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Aug 11, 2011
1 parent 954ba81 commit 3cf0d27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified rebar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/yaws_bridge_modules/yaws_request_bridge.erl
Expand Up @@ -58,7 +58,7 @@ atomize_header(Header) when is_list(Header) ->
headers(Arg) ->
Headers = yaws_api:arg_headers(Arg),

ReparedHeaders = [
PreparedHeaders = [
{connection, yaws_api:headers_connection(Headers)},
{accept, yaws_api:headers_accept(Headers)},
{host, yaws_api:headers_host(Headers)},
Expand Down

0 comments on commit 3cf0d27

Please sign in to comment.