Fix some typos found by codespell (#1570)

$ codespell --skip="./.git,./styles,./translators,./chrome/locale,./resource,./chrome/content/zotero/xpcom/xregexp,./chrome/content/zotero/xpcom/rdf,./chrome/content/zotero/xpcom/citeproc.js,./test/resource,./node_modules" -q 2 -i 3 -w
This commit is contained in:
Philipp Zumstein 2019-01-21 02:39:27 +01:00 committed by Dan Stillman
parent 4861b2e841
commit 97e53c5230
17 changed files with 20 additions and 20 deletions

View file

@ -42,7 +42,7 @@ async function getSignatures() {
try {
signatures = await fs.readJson(signaturesFile);
} catch (_) {
// if signatures files doesn't exist, return empty object istead
// if signatures files doesn't exist, return empty object instead
}
return signatures;
}