osbuild: fix spelling mistakes found by codespell

Run codespell on the source ('codespell -f -L msdos -S coverity
-S rpmbuild -S samples') and fix all uncovered mistakes.
This commit is contained in:
Christian Kellner 2020-10-05 14:38:40 +02:00
parent 549499d2fb
commit cbcb335b3e
5 changed files with 5 additions and 5 deletions

View file

@ -90,7 +90,7 @@ def fetch(url, checksum, directory):
secrets = url.get("secrets")
url_path = url.get("url")
# Download to a temporary directory until we have verified the checksum. Use a
# subdirectory, so we avoid copying accross block devices.
# subdirectory, so we avoid copying across block devices.
with tempfile.TemporaryDirectory(prefix="osbuild-unverified-file-", dir=directory) as tmpdir:
# some mirrors are sometimes broken. retry manually, because we could be
# redirected to a different, working, one on retry.