commit | 0d1f7e2765040975e4e2de9502b5d5e2f2547095 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Wed Nov 13 21:06:58 2024 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Wed Nov 13 21:06:58 2024 +0100 |
tree | 40c1e8dc4c75838c153512ee8997802c1bb190ed | |
parent | e2fa415cfd38017bbe8078a1f83d616cff36e960 [diff] |
[gdb/contrib] Handle parentheses in spellcheck.sh Currently, text adjacent to parentheses is not spell-checked: ... $ cat tmp.txt (upto) $ ./gdb/contrib/spellcheck.sh tmp.txt $ ... Add handling of parentheses, such that we get: ... $ ./gdb/contrib/spellcheck.sh tmp.txt upto -> up to $ ... Rerun spellcheck.sh, resulting in a few "thru->through" replacements. Tested on x86_64-linux. Approved-by: Kevin Buettner <kevinb@redhat.com>