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:
parent
4861b2e841
commit
97e53c5230
17 changed files with 20 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue