aboutsummaryrefslogtreecommitdiff
path: root/gdb/contrib
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-11-13 21:06:58 +0100
committerTom de Vries <tdevries@suse.de>2024-11-13 21:06:58 +0100
commitee126995f5032b61deebd278d3c248a6c2270fb8 (patch)
tree6e5cb1455a99b1ca3ddb2e86cd532ce88af140d7 /gdb/contrib
parent0d1f7e2765040975e4e2de9502b5d5e2f2547095 (diff)
downloadbinutils-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/contrib')
-rwxr-xr-xgdb/contrib/spellcheck.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/contrib/spellcheck.sh b/gdb/contrib/spellcheck.sh
index 3399e41..a95b325 100755
--- a/gdb/contrib/spellcheck.sh
+++ b/gdb/contrib/spellcheck.sh
@@ -37,6 +37,7 @@ grep_separators=(
" "
":"
","
+ "\""
)
declare -a sed_separators
sed_separators=(
@@ -45,6 +46,7 @@ sed_separators=(
"\t"
":"
","
+ "\""
)
# Pre: start of line, left parenthesis.