You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/08/22 11:19:45 UTC

[19/50] ibrowse commit: updated refs/heads/upstream to b28542d

Fix ibrowse_http_client.erl

Fix misprint in #130

Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/0970fa03
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/0970fa03
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/0970fa03

Branch: refs/heads/upstream
Commit: 0970fa0350c104429b1373e2e89d93de7a8c85d6
Parents: 58007c7
Author: Yury Gargay <yu...@gmail.com>
Authored: Fri Jun 26 18:17:11 2015 +0500
Committer: Yury Gargay <yu...@gmail.com>
Committed: Fri Jun 26 18:17:11 2015 +0500

----------------------------------------------------------------------
 src/ibrowse_http_client.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/0970fa03/src/ibrowse_http_client.erl
----------------------------------------------------------------------
diff --git a/src/ibrowse_http_client.erl b/src/ibrowse_http_client.erl
index b9e6c97..abe0aab 100644
--- a/src/ibrowse_http_client.erl
+++ b/src/ibrowse_http_client.erl
@@ -1923,7 +1923,7 @@ cancel_timer(Ref, {eat_message, Msg}) ->
     end.
 
 make_req_id() ->
-    case catch erlang:unqiue_integer() of
+    case catch erlang:unique_integer() of
         {'EXIT', _} ->
             erlang:apply(erlang, now, []);
         V ->