Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 14, 2011
1 parent 7a6f190 commit a95cead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ function addPlacedTarball_ (p, name, uid, gid, cb) {
sha.get(p, function (er, shasum) {
if (er) return log.er(cb, "couldn't validate shasum of "+p)(er)
readJson(path.join(folder, "package.json"), function (er, data) {
if (er) return log.er(cb, "coulnd't read json in "+folder)(er)
if (er) return log.er(cb, "couldn't read json in "+folder)(er)
data.dist = data.dist || {}
if (shasum) data.dist.shasum = shasum
deprCheck(data)
Expand Down

0 comments on commit a95cead

Please sign in to comment.