Fix typo in test name
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 8 Feb 2014 09:43:24 +0000 (10:43 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 8 Feb 2014 09:44:11 +0000 (10:44 +0100)
* gdb.python/py-framefilter.exp: Fix typo.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-framefilter.exp

index 55b735a..92a7090 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gdb.python/py-framefilter.exp: Fix typo.
+
 2014-02-08  Yao Qi  <yao@codesourcery.com>
 
        * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
index 905ad8c..948ae94 100644 (file)
@@ -237,7 +237,7 @@ gdb_test_no_output "python exec (open ('${remote_python_file}').read ())" \
 
 # Disable Reverse
 gdb_test_no_output "disable frame-filter global Reverse" \
-    "disable frame-filter gloval Reverse for no debuginfo"
+    "disable frame-filter global Reverse for no debuginfo"
 gdb_test "bt" \
     ".*#0..*in main \\(\\).*" \
     "bt for no debuginfo"