Fixed typos

This commit is contained in:
Pascal Borreli
2013-03-12 09:28:15 +00:00
parent b8854771d8
commit 66773e129b
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
## 0.7.0 - 2013-02-01
- __Ability to resolve conflicts__ ([#214](https://github.com/twitter/bower/issues/214))
- __Ability to search and publish to different endpoints by specifiying them in the `.bowerrc` file__
- __Ability to search and publish to different endpoints by specifying them in the `.bowerrc` file__
- __Experimental autocompletion__
- __Ability to exclude (ignore) files__
- Fix minor issues in the cache clean command

View File

@@ -54,7 +54,7 @@ if (fileExists(localFile)) {
}
}
// Configure tmp package to use graceful degradationn
// Configure tmp package to use graceful degradation
// If an uncaught exception occurs, the temporary directories will be deleted nevertheless
tmp.setGracefulCleanup();

View File

@@ -99,7 +99,7 @@ var Package = function (name, endpoint, manager) {
}
// Store a reference to the original tag & original path
// This is because the tag & paths can get rewriten later
// This is because the tag & paths can get rewritten later
if (this.tag) this.originalTag = this.tag;
if (this.path) this.originalPath = endpoint;

View File

@@ -1,5 +1,5 @@
// ==========================================
// BOWER: Public API Defintion
// BOWER: Public API Definition
// ==========================================
// Copyright 2012 Twitter, Inc
// Licensed under The MIT License