Skip to content

Commit

Permalink
Fix spelling of "ignoring."
Browse files Browse the repository at this point in the history
Closes #572.
  • Loading branch information
flatheadmill committed Jun 28, 2013
1 parent c116920 commit f54a335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ Request.prototype.onResponse = function (response) {

if (self.encoding) {
if (self.dests.length !== 0) {
console.error("Ingoring encoding parameter as this stream is being piped to another stream which makes the encoding option invalid.")
console.error("Ignoring encoding parameter as this stream is being piped to another stream which makes the encoding option invalid.")
} else {
response.setEncoding(self.encoding)
}
Expand Down

0 comments on commit f54a335

Please sign in to comment.