summaryrefslogtreecommitdiff
path: root/deps/npm/lib/cache/add-remote-git.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/cache/add-remote-git.js')
-rw-r--r--deps/npm/lib/cache/add-remote-git.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/cache/add-remote-git.js b/deps/npm/lib/cache/add-remote-git.js
index 6cfccf8f8..d4281a8ae 100644
--- a/deps/npm/lib/cache/add-remote-git.js
+++ b/deps/npm/lib/cache/add-remote-git.js
@@ -267,7 +267,7 @@ function updateRemote (from, cloneURL, treeish, cachedRemote, cb) {
}
// branches and tags are both symbolic labels that can be attached to different
-// commits, so resolve the commitish to the current actual treeish the label
+// commits, so resolve the commit-ish to the current actual treeish the label
// corresponds to
//
// important for shrinkwrap