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

@ -5,7 +5,7 @@ those not provided by the python standard library. The idea is to provide
universal wrappers with broad access to linux APIs. Convenience helpers and
higher-level abstractions are beyond the scope of this module.
In some cases it is overly complex to provide universal access to a specifc
In some cases it is overly complex to provide universal access to a specific
API. Hence, the API might be restricted to a reduced subset of its
functionality, just to make sure we can actually implement the wrappers in a
reasonable manner.