mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
treewide: fix typos
Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
This commit is contained in:
@@ -173,7 +173,7 @@ class Generator:
|
||||
self.check_no_deps = False
|
||||
|
||||
# Process remaining jobs, trying to schedule
|
||||
# only those jobs with all their dependencies satisifed
|
||||
# only those jobs with all their dependencies satisfied
|
||||
for i, job in enumerate(self.work):
|
||||
if self.canBuildJob(job):
|
||||
self.building[job["name"]] = True
|
||||
|
||||
Reference in New Issue
Block a user