This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in test name


Installed as obvious.

Andreas.

	* gdb.python/py-framefilter.exp: Fix typo.

diff --git a/gdb/testsuite/gdb.python/py-framefilter.exp b/gdb/testsuite/gdb.python/py-framefilter.exp
index 905ad8c..948ae94 100644
--- a/gdb/testsuite/gdb.python/py-framefilter.exp
+++ b/gdb/testsuite/gdb.python/py-framefilter.exp
@@ -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"
-- 
1.8.5.4

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]