diff options
author | Tom de Vries <tdevries@suse.de> | 2024-10-06 08:07:31 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-10-06 08:07:31 +0200 |
commit | 23ca0175c66b1add6fe51efc160628c824f6d32f (patch) | |
tree | f4943a55f046611d406dc107f3efdc00be62c838 | |
parent | dda9cf662b00b13869b14b3d026df3cafc9e6aea (diff) | |
download | gdb-23ca0175c66b1add6fe51efc160628c824f6d32f.zip gdb-23ca0175c66b1add6fe51efc160628c824f6d32f.tar.gz gdb-23ca0175c66b1add6fe51efc160628c824f6d32f.tar.bz2 |
[gdb] Rerun spellcheck.sh
Fix the following common misspellings:
...
completetion -> completion
inital -> initial
...
-rw-r--r-- | gdb/testsuite/gdb.base/filename-completion.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/filename-completion.exp b/gdb/testsuite/gdb.base/filename-completion.exp index f355a28..389e2d7 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, |