aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@embecosm.com>2022-03-09 19:15:27 +0000
committerMaciej W. Rozycki <macro@embecosm.com>2022-03-09 19:15:27 +0000
commitbefb57e516c5c79324a0469c805a0d8693393ba7 (patch)
tree9bf5a9d9e1cfce471e1adbf5b4a24878ef48b0af /gdb
parent19cf33a0d51fbaa38ec1a49cae366c1213e6f8da (diff)
downloadgdb-befb57e516c5c79324a0469c805a0d8693393ba7.zip
gdb-befb57e516c5c79324a0469c805a0d8693393ba7.tar.gz
gdb-befb57e516c5c79324a0469c805a0d8693393ba7.tar.bz2
GDB/testsuite: Fix a "displayed" typo in gdb.base/default.exp
Fix a typo, s/dislayed/displayed/ in default.exp at the top level.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.base/default.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index fe9c397..3c243e9 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -703,7 +703,7 @@ set show_confirm_seen 0
set show_prompt_seen 0
gdb_test_multiple "show" "show" {
-re "confirm: *Whether to confirm potentially dangerous operations is on.(\[^\r\n\]*\[\r\n\])+history filename: *The filename in which to record the command history is (\[^\r\n\]*\[\r\n\])+history save: *Saving of the history record on exit is on.(\[^\r\n\]*\[\r\n\])+history size: *The size of the command history is(\[^\r\n\]*\[\r\n\])+listsize: *Number of source lines gdb will list by default is 10(\[^\r\n]*\[\r\n\])+print elements: *Limit on string chars or array elements to print is 200." {
- verbose "Confirm dislayed"
+ verbose "Confirm displayed"
set show_confirm_seen 1
exp_continue
}