aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/lib/shrinkwrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/shrinkwrap.js')
-rw-r--r--deps/npm/lib/shrinkwrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/shrinkwrap.js b/deps/npm/lib/shrinkwrap.js
index 57ad0ab5d9..5e12f0bd81 100644
--- a/deps/npm/lib/shrinkwrap.js
+++ b/deps/npm/lib/shrinkwrap.js
@@ -165,7 +165,7 @@ function isOnlyDev (node, seen) {
// There is a known limitation with this implementation: If a dependency is
// ONLY required by cycles that are detached from the top level then it will
-// ultimately return ture.
+// ultimately return true.
//
// This is ok though: We don't allow shrinkwraps with extraneous deps and
// these situation is caught by the extraneous checker before we get here.