README typos.

This commit is contained in:
André Cruz
2013-05-14 21:57:17 +01:00
parent 1e511dd655
commit febc3b7936
2 changed files with 12 additions and 12 deletions

View File

@@ -323,7 +323,7 @@ Manager.prototype._findHighestVersion = function (comparators) {
version = matches[0];
}
// Compare with our know highest version
// Compare with the known highest version
if (!highest || semver.gt(version, highest)) {
highest = version;
}