GDB/testsuite: Fix a "displayed" typo in gdb.base/default.exp
authorMaciej W. Rozycki <macro@embecosm.com>
Wed, 9 Mar 2022 19:15:27 +0000 (19:15 +0000)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 9 Mar 2022 19:15:27 +0000 (19:15 +0000)
Fix a typo, s/dislayed/displayed/ in default.exp at the top level.

gdb/testsuite/gdb.base/default.exp

index fe9c397b88c0f7fe9f483fcbde5ecf8e8e53c4fc..3c243e9b3717bd48ff49431f34f9d3bf69c9f755 100644 (file)
@@ -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
     }