diff options
author | Tom de Vries <tdevries@suse.de> | 2024-11-13 21:06:58 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-11-13 21:06:58 +0100 |
commit | ee126995f5032b61deebd278d3c248a6c2270fb8 (patch) | |
tree | 6e5cb1455a99b1ca3ddb2e86cd532ce88af140d7 /gdb/testsuite | |
parent | 0d1f7e2765040975e4e2de9502b5d5e2f2547095 (diff) | |
download | binutils-ee126995f5032b61deebd278d3c248a6c2270fb8.zip binutils-ee126995f5032b61deebd278d3c248a6c2270fb8.tar.gz binutils-ee126995f5032b61deebd278d3c248a6c2270fb8.tar.bz2 |
[gdb/contrib] Handle double quotes in spellcheck.sh
Add handling of double quotes in gdb/contrib/spellcheck.sh, and fix the
following typos:
...
inheritence -> inheritance
psuedo -> pseudo
succeded -> succeeded
...
Tested on x86_64-linux.
Approved-by: Kevin Buettner <kevinb@redhat.com>
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/config/slite.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/slite.exp b/gdb/testsuite/config/slite.exp index e1068b7..d472a63 100644 --- a/gdb/testsuite/config/slite.exp +++ b/gdb/testsuite/config/slite.exp @@ -139,7 +139,7 @@ proc gdb_load { arg } { sleep 2 send_gdb "" gdb_expect { - -re ".*$gdb_prompt $" { verbose "Run command succeded" } + -re ".*$gdb_prompt $" { verbose "Run command succeeded" } default { perror "error sending monitor run command" } |