This is an automated email from the ASF dual-hosted git repository.

michallenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 6e239036bcb2867da341eeaf8671eb5c9b204ab9
Author: Michal Lenc <[email protected]>
AuthorDate: Mon Jun 29 08:44:52 2026 +0200

    test_os.py: fix foopencookie test spellcheck
    
    succesfull => successful
    
    Signed-off-by: Michal Lenc <[email protected]>
---
 tools/ci/testrun/script/test_os/test_os.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ci/testrun/script/test_os/test_os.py 
b/tools/ci/testrun/script/test_os/test_os.py
index d288aede3ca..34d6118b668 100644
--- a/tools/ci/testrun/script/test_os/test_os.py
+++ b/tools/ci/testrun/script/test_os/test_os.py
@@ -69,7 +69,7 @@ def test_getprime(p):
 def test_stdio(p):
     if p.board in do_not_support:
         pytest.skip("unsupported at {}".format(p.board))
-    ret = p.sendCommand("fopencookie_test", "fopencokie tests were 
succesfull.")
+    ret = p.sendCommand("fopencookie_test", "fopencokie tests were 
successful.")
     assert ret == 0
     ret = p.sendCommand("fmemopen_test", "FAILED: 0")
     assert ret == 0

Reply via email to