]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb, testsuite: fix typo "skippig"
authorTankut Baris Aktemur <tankutbaris.aktemur@amd.com>
Fri, 24 Jul 2026 14:43:23 +0000 (14:43 +0000)
committerTankut Baris Aktemur <tankutbaris.aktemur@amd.com>
Fri, 24 Jul 2026 14:43:23 +0000 (14:43 +0000)
Replace "skippig" with "skipping" in two places.

gdb/testsuite/gdb.debuginfod/corefile-mapped-file.exp
gdb/testsuite/gdb.debuginfod/solib-with-soname.exp

index 726aa713c352ab4f2e2980ce1216ce2ac278feba..6c135acb209f5c6d35db219cd9e8b5cf0dc8616d 100644 (file)
@@ -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
 }
 
index 3d14831c17cb30bc02d3cd066e8ebfad0e44b718..12f0011d4570c8a378b306ca0acbf1b63b68cad4 100644 (file)
@@ -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
 }