summaryrefslogtreecommitdiff
path: root/contrib/cirrus/ext_svc_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cirrus/ext_svc_check.sh')
-rwxr-xr-xcontrib/cirrus/ext_svc_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/ext_svc_check.sh b/contrib/cirrus/ext_svc_check.sh
index b89e3d753..92ac4e93a 100755
--- a/contrib/cirrus/ext_svc_check.sh
+++ b/contrib/cirrus/ext_svc_check.sh
@@ -6,7 +6,7 @@ set -eo pipefail
# by connecting to a set of essential external servers and failing
# if any cannot be reached. It's intended for use early on in the
# podman CI system, to help prevent wasting time on tests that can't
-# succeede due to some outage or another.
+# succeed due to some outage or another.
# shellcheck source=./contrib/cirrus/lib.sh
source $(dirname $0)/lib.sh