]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb] Rerun spellcheck.sh
authorTom de Vries <tdevries@suse.de>
Sun, 6 Oct 2024 06:07:31 +0000 (08:07 +0200)
committerTom de Vries <tdevries@suse.de>
Sun, 6 Oct 2024 06:07:31 +0000 (08:07 +0200)
Fix the following common misspellings:
...
completetion -> completion
inital -> initial
...

gdb/testsuite/gdb.base/filename-completion.exp

index f355a28dd3663d65dfb290bed52ba028539801e8..389e2d736c53cfa87a752b59e434668773a847a3 100644 (file)
@@ -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,