Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Nov 2, 2014
1 parent 7db5039 commit 962a565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/help.js
Expand Up @@ -18,7 +18,7 @@ function help(logger, name) {
})
.then(function (exists) {
if (!exists) {
throw createError('Unknown command: ' + name, 'EUNKOWNCMD', {
throw createError('Unknown command: ' + name, 'EUNKNOWNCMD', {
command: name
});
}
Expand Down
2 changes: 1 addition & 1 deletion lib/core/Manager.js
Expand Up @@ -827,7 +827,7 @@ Manager.prototype._storeResolution = function (pick) {
*
* It is used in two situations:
* * checks if resolved component matches dependency constraint
* * checks if not resolved component matches alredy fetched component
* * checks if not resolved component matches already fetched component
*
* If candidate matches already resolved component, it won't be downloaded.
*
Expand Down

0 comments on commit 962a565

Please sign in to comment.