From e50a61219fc0e5820ebd6dcd4798848ed093ae0e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 13 Jul 2018 07:47:55 +0200 Subject: tests: Fix typos in comments and help message (found by codespell) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix also a grammar issue. Signed-off-by: Stefan Weil Reviewed-by: Alex Bennée Message-Id: <20180713054755.23323-1-sw@weilnetz.de> Signed-off-by: Laurent Vivier --- tests/guest-debug/test-gdbstub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/guest-debug/test-gdbstub.py') diff --git a/tests/guest-debug/test-gdbstub.py b/tests/guest-debug/test-gdbstub.py index 474d2c5c65..0e4ac01426 100644 --- a/tests/guest-debug/test-gdbstub.py +++ b/tests/guest-debug/test-gdbstub.py @@ -122,7 +122,7 @@ class CatchBreakpoint(gdb.Breakpoint): def run_test(): - "Run throught the tests one by one" + "Run through the tests one by one" print ("Checking we can step the first few instructions") step_ok = 0 -- cgit v1.2.3