From: Tom de Vries Date: Sun, 6 Oct 2024 06:07:31 +0000 (+0200) Subject: [gdb] Rerun spellcheck.sh X-Git-Tag: gdb-16-branchpoint~726 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23ca0175c66b1add6fe51efc160628c824f6d32f;p=thirdparty%2Fbinutils-gdb.git [gdb] Rerun spellcheck.sh Fix the following common misspellings: ... completetion -> completion inital -> initial ... --- diff --git a/gdb/testsuite/gdb.base/filename-completion.exp b/gdb/testsuite/gdb.base/filename-completion.exp index f355a28dd36..389e2d736c5 100644 --- a/gdb/testsuite/gdb.base/filename-completion.exp +++ b/gdb/testsuite/gdb.base/filename-completion.exp @@ -255,8 +255,8 @@ proc test_tab_complete_within_line_unique { input_line back_count insert_str } { } -# Run filename completetion tests for those command that accept quoting and -# escaping of the filename argument. CMD is the inital part of the command +# Run filename completion tests for those command that accept quoting and +# escaping of the filename argument. CMD is the initial part of the command # line, paths to complete will be added after CMD. # # ROOT is the base directory as returned from setup_directory_tree, though,