From: Tom Tromey Date: Mon, 16 Sep 2024 14:11:54 +0000 (-0600) Subject: Fix typo in py-arch.exp X-Git-Tag: gdb-16-branchpoint~891 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f79c44dac44f0ae72c5fc4225d1f7a14889196f;p=thirdparty%2Fbinutils-gdb.git Fix typo in py-arch.exp I found a typo in a test name in py-arch.exp. --- diff --git a/gdb/testsuite/gdb.python/py-arch.exp b/gdb/testsuite/gdb.python/py-arch.exp index 3c58bf1281f..aef4186d025 100644 --- a/gdb/testsuite/gdb.python/py-arch.exp +++ b/gdb/testsuite/gdb.python/py-arch.exp @@ -28,7 +28,7 @@ if ![runto_main] { # internal GDB assert. gdb_py_test_silent_cmd "python empty = gdb.Architecture()" "get empty arch" 0 gdb_test "python print(repr (empty))" "" \ - "Test empty achitecture __repr__ does not trigger an assert" + "Test empty architecture __repr__ does not trigger an assert" gdb_test "python print(empty.name())" ".*Architecture is invalid.*" \ "Test empty architecture.name does not trigger an assert" gdb_test "python print(empty.disassemble())" ".*Architecture is invalid.*" \