]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/contrib] Add "doens't->doesn't" to common-misspellings.txt
authorTom de Vries <tdevries@suse.de>
Wed, 13 Nov 2024 20:06:58 +0000 (21:06 +0100)
committerTom de Vries <tdevries@suse.de>
Wed, 13 Nov 2024 20:06:58 +0000 (21:06 +0100)
Add "doens't->doesn't" to gdb/contrib/common-misspellings.txt, and run
gdb/contrib/spellcheck.sh to fix this in a few files.

Tested on x86_64-linux.

Approved-by: Kevin Buettner <kevinb@redhat.com>
gdb/contrib/common-misspellings.txt
gdb/testsuite/gdb.ada/str_chars.exp
gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp
gdb/testsuite/lib/tuiterm.exp

index 62e2c510ae332c7c5dc66c88278d22b911736f8d..23a43461fb141bbea223209d3943ca827cf7c42a 100644 (file)
@@ -16,3 +16,4 @@
 
 inbetween->between, in between, in-between
 sofar->so far
+doens't->doesn't
index 951ee9765a9975f74aeb56c39e99c17204705bf9..6d494d3ee2ca58f9e3dff6dbbd863d9c10686636 100644 (file)
@@ -57,7 +57,7 @@ gdb_test "print Arg" \
 
 # The 'set print elements' command used to control printing of characters
 # in a string, before we created 'set print characters'.  This test makes
-# sure that 'set print elements' doens't effect string printing any more.
+# sure that 'set print elements' doesn't effect string printing any more.
 gdb_test_no_output "set print elements 12"
 gdb_test "print Arg" \
     " = \"abcdefghijklmnopqrstuvwxyz\"" \
index 63d83fb9416b906a28b95c0c74c15f1c07460cf2..c678c209473cf38dbc6a261edc47ead35f65addf 100644 (file)
@@ -123,7 +123,7 @@ Dwarf::assemble $asm_file {
        include_dir "${srcdir}/${subdir}"
        file_name "$srcfile" 1
 
-       # Line data doens't need to be correct, just present.
+       # Line data doesn't need to be correct, just present.
        program {
            DW_LNE_set_address [lindex $main_result 0]
            DW_LNS_advance_line 10
@@ -142,7 +142,7 @@ Dwarf::assemble $asm_file {
        include_dir "${srcdir}/${subdir}"
        file_name "dw2-bad-elf-other.c" 1
 
-       # Line data doens't need to be correct, just present.
+       # Line data doesn't need to be correct, just present.
        program {
            DW_LNE_set_address some_func
            DW_LNS_advance_line 5
index 25f597b56fbd65db0d859ef7297d48884dec0c26..0c4e3d10003b1bca002d18f8f33d4f15ccf4f660 100644 (file)
@@ -1178,7 +1178,7 @@ namespace eval Term {
     }
 
     # Check the contents of a box on the screen.  This is a little
-    # like check_contents, but doens't check the whole screen
+    # like check_contents, but doesn't check the whole screen
     # contents, only the contents of a single box.  This procedure
     # includes (effectively) a call to check_box to ensure there is a
     # box where expected, if there is then the contents of the box are