[gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.exp
authorTom de Vries <tdevries@suse.de>
Tue, 19 May 2020 18:48:53 +0000 (20:48 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 19 May 2020 18:48:53 +0000 (20:48 +0200)
Fix intial -> initial typo.

gdb/testsuite/ChangeLog:

2020-05-19  Tom de Vries  <tdevries@suse.de>

* gdb.base/gdb-caching-proc.exp: Fix typo.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gdb-caching-proc.exp

index 12ca19c2e13a14927b845ca2322ed729d9b463c6..f99a4a1a92d24939557b628a6f133a4ca4d05442 100644 (file)
@@ -1,3 +1,7 @@
+2020-05-19  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/gdb-caching-proc.exp: Fix typo.
+
 2020-05-19  Tom Tromey  <tromey@adacore.com>
 
        * gdb.rust/simple.exp: Add some test descriptions.
index f1dd834cf96ecb508cc1031f8b1b978afd4c142c..831f8d0acc05773bae79aa753b78aecec5345676 100644 (file)
@@ -28,7 +28,7 @@ proc test_proc { name } {
 
     set resultlist [list]
 
-    with_test_prefix intial {
+    with_test_prefix initial {
        set first [gdb_do_cache_wrap $real_name]
     }
     lappend resultlist $first
This page took 0.03155 seconds and 4 git commands to generate.