[pushed] Rerun spellcheck.sh

Message ID 20241006060741.14818-1-tdevries@suse.de
State Committed
Headers
Series [pushed] Rerun spellcheck.sh |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm warning Patch is already merged

Commit Message

Tom de Vries Oct. 6, 2024, 6:07 a.m. UTC
  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
  

Patch

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,