diff mbox series

[10/17] support/testing/tests/package/test_bash.py: fix 'running' typo

Message ID 20240920210836.4093091-10-peter@korsgaard.com
State New
Headers show
Series [01/17] support/dependencies/dependencies.sh: fix 'mimic' typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 9:08 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 support/testing/tests/package/test_bash.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/support/testing/tests/package/test_bash.py b/support/testing/tests/package/test_bash.py
index f0ee8cadc1..7ec6e85ef9 100644
--- a/support/testing/tests/package/test_bash.py
+++ b/support/testing/tests/package/test_bash.py
@@ -28,7 +28,7 @@  class TestBash(infra.basetest.BRTest):
         self.assertEqual(out[0], "", "Already running bash instead of busybox' sh")
 
         self.assertRunOk("bash -il")
-        # Twist! The above command is still runing, it's just that
+        # Twist! The above command is still running, it's just that
         # bash did display the prompt we expect. Check we are indeed
         # actually bash
         out, _ = self.emulator.run('echo "${BASH}"')