[binutils-gdb] gdb, testsuite: fix typo "skippig"
Tankut Baris Aktemur via Gdb-cvs <[email protected]> Fri, 24 Jul 2026 14:44:58 +0000 (GMT)
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D76ca162f7041= 1c9128bce9ece388054e5d1eecb3 commit 76ca162f70411c9128bce9ece388054e5d1eecb3 Author: Tankut Baris Aktemur <[email protected]> Date: Fri Jul 24 14:43:23 2026 +0000 gdb, testsuite: fix typo "skippig" =20 Replace "skippig" with "skipping" in two places. Diff: --- 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(-) diff --git a/gdb/testsuite/gdb.debuginfod/corefile-mapped-file.exp b/gdb/te= stsuite/gdb.debuginfod/corefile-mapped-file.exp index 726aa713c35..6c135acb209 100644 --- a/gdb/testsuite/gdb.debuginfod/corefile-mapped-file.exp +++ b/gdb/testsuite/gdb.debuginfod/corefile-mapped-file.exp @@ -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 } =20 diff --git a/gdb/testsuite/gdb.debuginfod/solib-with-soname.exp b/gdb/tests= uite/gdb.debuginfod/solib-with-soname.exp index 3d14831c17c..12f0011d457 100644 --- a/gdb/testsuite/gdb.debuginfod/solib-with-soname.exp +++ b/gdb/testsuite/gdb.debuginfod/solib-with-soname.exp @@ -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 }