treewide: fix typos

Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
This commit is contained in:
luzpaz
2025-01-23 09:16:21 -05:00
committed by Luz Paz
parent 81abef9745
commit 91a4766cef
41 changed files with 49 additions and 49 deletions

View File

@@ -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