summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tar/lib/entry.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tar/lib/entry.js')
-rw-r--r--deps/npm/node_modules/tar/lib/entry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/tar/lib/entry.js b/deps/npm/node_modules/tar/lib/entry.js
index 5f5dd3c268..591202bd3b 100644
--- a/deps/npm/node_modules/tar/lib/entry.js
+++ b/deps/npm/node_modules/tar/lib/entry.js
@@ -210,7 +210,7 @@ Entry.prototype._setProps = function () {
this._remaining = props.size
}
-// the parser may not call write if _abort is true.
+// the parser may not call write if _abort is true.
// useful for skipping data from some files quickly.
Entry.prototype.abort = function(){
this._abort = true