[pushed] Rerun spellcheck.sh
Checks
Commit Message
Fix the following common misspellings:
...
completetion -> completion
inital -> initial
...
---
gdb/testsuite/gdb.base/filename-completion.exp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: dda9cf662b00b13869b14b3d026df3cafc9e6aea
@@ -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,