Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mde/geddy
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Feb 19, 2012
2 parents caf9d44 + 742b375 commit cff832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/request.js
Expand Up @@ -42,7 +42,7 @@ var request = function (options, callback) {
, requester = parsed.protocol == 'http:' ? http : https
, method = (opts.method && opts.method.toUpperCase()) || 'GET'
, headers = opts.headers || {}
, contentLenth
, contentLength
, port;

if (parsed.port) {
Expand Down

0 comments on commit cff832d

Please sign in to comment.