From b412ed6e3afdb466c72faea7a526f5696c02cdb6 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 28 Jan 2024 07:26:36 -0500 Subject: [PATCH] Run codespell on code Signed-off-by: Daniel J Walsh --- hack/test-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-system.sh b/hack/test-system.sh index 41c008451f..5474cfcaf5 100755 --- a/hack/test-system.sh +++ b/hack/test-system.sh @@ -8,7 +8,7 @@ set -e # # Paradoxically (FIXME: clean this up), SKOPEO_CONTAINER_TESTS is set # both inside a container and without a container (in a CI VM); it actually means -# "it is safe to desctructively modify the system for tests". +# "it is safe to destructively modify the system for tests". # # On a CI VM, we can just use Podman as it is already configured; the changes below, # to use VFS, are necessary only inside a container, because overlay-inside-overlay