From 23ca0175c66b1add6fe51efc160628c824f6d32f Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Sun, 6 Oct 2024 08:07:31 +0200 Subject: [PATCH] [gdb] Rerun spellcheck.sh Fix the following common misspellings: ... completetion -> completion inital -> initial ... --- gdb/testsuite/gdb.base/filename-completion.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.2