[Pkg-javascript-commits] [node-stream-http] 61/208: Fix spelling of 'destroyed'

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 13:39:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stream-http.

commit 6b544c54a31709c798a6068a51504d015786cdce
Author: John Hiesey <john at hiesey.com>
Date:   Mon Jul 13 16:45:46 2015 -0700

    Fix spelling of 'destroyed'
---
 lib/request.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/request.js b/lib/request.js
index efb86f2..755d0ee 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -228,7 +228,7 @@ ClientRequest.prototype._write = function (chunk, encoding, cb) {
 
 ClientRequest.prototype.abort = ClientRequest.prototype.destroy = function () {
 	var self = this
-	self._destoryed = true
+	self._destroyed = true
 	if (self._response)
 		self._response._destroyed = true
 	if (self._xhr)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-http.git



More information about the Pkg-javascript-commits mailing list