mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
treewide: fix typos
This commit is contained in:
parent
6bb0dbf91f
commit
ec8cb34358
91 changed files with 110 additions and 110 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue