Fix typos found by codespell

Most of them are in comments, some in strings.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2015-02-12 16:39:55 +01:00
parent 90ba1140ac
commit e812f2435e
13 changed files with 17 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ function getSymbols(patterns, callback) {
/**
* Generate a list of symbol names given a list of patterns. Patterns may
* include a * wildcard at the end of the string, in which case all symbol names
* that start with the preceeding string will be matched (e.g 'foo.Bar#*' will
* that start with the preceding string will be matched (e.g 'foo.Bar#*' will
* match all symbol names that start with 'foo.Bar#').
*
* @param {Array.<string>} patterns A list of symbol names to match. Wildcards