From 404488a0879c84de523adeacb78c6b898a7e52c8 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 11 Aug 2021 10:09:05 -0400 Subject: Run codespell to fix spelling [NO TESTS NEEDED] Just fixing spelling. Signed-off-by: Daniel J Walsh --- test/system/255-auto-update.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/system/255-auto-update.bats') diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats index 69ebebcd6..8bb32b5b7 100644 --- a/test/system/255-auto-update.bats +++ b/test/system/255-auto-update.bats @@ -102,7 +102,7 @@ function _wait_service_ready() { let timeout=$timeout-1 done - # Print serivce status as debug information before failed the case + # Print service status as debug information before failed the case systemctl status $sname die "Timed out waiting for $sname to start" } @@ -305,7 +305,7 @@ EOF fi done - # Only check the last service is started. Previous services should already actived. + # Only check that the last service is started. Previous services should already be activated. _wait_service_ready container-$cname.service run_podman commit --change CMD=/bin/bash $local_cname quay.io/libpod/localtest:latest # Exit code is expected, due to invalid 'fakevalue' -- cgit v1.2.3-54-g00ecf