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

@ -399,7 +399,7 @@ Contributions from: Christian Kellner, David Rheinsberg, Major Hayden,
immutable directories, which Python 3 fails to clean up.
* Drop custom `os-release` creation from the RHEL 8.2 runner. The
issue that made this neccessary got fixed upstream.
issue that made this necessary got fixed upstream.
* Ensure the build tree is always being built even if there are no
stages specified.