treewide: fix typos

This commit is contained in:
figsoda 2022-12-17 19:39:44 -05:00
parent 6bb0dbf91f
commit ec8cb34358
91 changed files with 110 additions and 110 deletions

View file

@ -248,7 +248,7 @@ FORMATS = {
}
def _determine_fetcher(text):
# Count occurences of fetchers.
# Count occurrences of fetchers.
nfetchers = sum(text.count('src = {}'.format(fetcher)) for fetcher in FETCHERS.keys())
if nfetchers == 0:
raise ValueError("no fetcher.")