From ef1744b0628b5dec3cfb4a49d878a5970b703cf5 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 6 Jun 2024 16:45:29 +0200 Subject: [PATCH] test: fix small spelling typo --- test/check-application | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check-application b/test/check-application index a97f7c5d6..b75212d6d 100755 --- a/test/check-application +++ b/test/check-application @@ -1736,7 +1736,7 @@ class TestApplication(testlib.MachineCase): # Now that we have downloaded an image, verify that selecting download latest image # downloads the latest image we now push to the registry. Note this image has a /latest file - # to differnatiate it from the other local image. + # to differentiate it from the other local image. self.execute(True, f"podman push {new_image_sha} localhost:5000/my-busybox") self.execute(True, f"podman push {new_image_sha} localhost:6000/my-busybox") self.execute(True, f"podman rmi {new_image_sha}")