From ab77177d2dc3ae6526557b07181d4a46ce723916 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Thu, 23 Nov 2023 10:05:00 +0000
Subject: [PATCH] Fix typo

Change-Id: Id6ca24c058fabf0c68bcb5b6d1e58175aaf531eb
---
 tests/check-failure.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/check-failure.sh b/tests/check-failure.sh
index 87db6f177f..973873a15a 100755
--- a/tests/check-failure.sh
+++ b/tests/check-failure.sh
@@ -32,7 +32,7 @@ check_docker_failures() {
     # paused, exited and dead. Containers without running status are treated as
     # failure. removing is added in docker 1.13, just ignore it now.
     # In addition to that, containers in unhealthy state (from healthchecks)
-    # are trated as failure.
+    # are treated as failure.
     failed_containers=$(sudo docker ps -a --format "{{.Names}}" \
         --filter status=created \
         --filter status=restarting \