[OBV] gdb, testsuite: fix typo "skippig"
Checks
Commit Message
AMD General
Replace "skippig" with "skipping" in two places.
---
gdb/testsuite/gdb.debuginfod/corefile-mapped-file.exp | 2 +-
gdb/testsuite/gdb.debuginfod/solib-with-soname.exp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.53.0
@@ -349,7 +349,7 @@ gdb_assert { $ptr_value eq "unavailable" } \
# shared library from debuginfod and use that to provide the file backed
# mapping.
if {![allow_debuginfod_tests]} {
- untested "skippig debuginfod parts of this test"
+ untested "skipping debuginfod parts of this test"
return
}
@@ -260,7 +260,7 @@ load_exec_and_core_file false false \
# Setup a debuginfod server which can serve the original shared
# library file.
if {![allow_debuginfod_tests]} {
- untested "skippig debuginfod parts of this test"
+ untested "skipping debuginfod parts of this test"
return
}