diff --git a/NEWS.md b/NEWS.md index b470cefb..2ac8aa98 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/osbuild/api.py b/osbuild/api.py index 1935001a..e9d43227 100644 --- a/osbuild/api.py +++ b/osbuild/api.py @@ -24,7 +24,7 @@ class BaseAPI(abc.ABC): This base class provides the basic scaffolding for setting up API endpoints, normally to be used for bi-directional communication from and to the sandbox. It is to be used as - a context manger. The communication channel will only be + a context manager. The communication channel will only be established on entering the context and will be shut down when the context is left. diff --git a/osbuild/util/linux.py b/osbuild/util/linux.py index 29a69bf0..ec230f8d 100644 --- a/osbuild/util/linux.py +++ b/osbuild/util/linux.py @@ -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. diff --git a/sources/org.osbuild.files b/sources/org.osbuild.files index 13ce9b88..25824222 100755 --- a/sources/org.osbuild.files +++ b/sources/org.osbuild.files @@ -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. diff --git a/test/run/test_stages.py b/test/run/test_stages.py index 11483948..69f82c7f 100644 --- a/test/run/test_stages.py +++ b/test/run/test_stages.py @@ -41,7 +41,7 @@ class TestStages(test.TestBase): There's a special rule for asserting differences where we don't know the exact before/after value. This is useful for example if - the content of file is dependant on current datetime. You can use this + the content of file is dependent on current datetime. You can use this feature by putting null value in difference you don't care about. Example: