aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/nsalias.exp
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2020-10-28 10:01:32 +0100
committerTom de Vries <tdevries@suse.de>2020-10-28 10:01:32 +0100
commit445a033f48d6adf3114bd771030aeb2803186c55 (patch)
treecae3d0333bb5140752eea86d64aa32756eb22d6b /gdb/testsuite/gdb.cp/nsalias.exp
parentfdd67a422f898e5b0c80ccc1121af438328a9b1a (diff)
downloadfsf-binutils-gdb-445a033f48d6adf3114bd771030aeb2803186c55.zip
fsf-binutils-gdb-445a033f48d6adf3114bd771030aeb2803186c55.tar.gz
fsf-binutils-gdb-445a033f48d6adf3114bd771030aeb2803186c55.tar.bz2
[gdb/testsuite] Fix typo in gdb.cp/nsalias.exp
Fix typo "compaint" -> "complaint". gdb/testsuite/ChangeLog: 2020-10-28 Tom de Vries <tdevries@suse.de> * gdb.cp/nsalias.exp: Fix typo in test name.
Diffstat (limited to 'gdb/testsuite/gdb.cp/nsalias.exp')
-rw-r--r--gdb/testsuite/gdb.cp/nsalias.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/nsalias.exp b/gdb/testsuite/gdb.cp/nsalias.exp
index 6375b7e..892e5e2 100644
--- a/gdb/testsuite/gdb.cp/nsalias.exp
+++ b/gdb/testsuite/gdb.cp/nsalias.exp
@@ -319,4 +319,4 @@ clean_restart ${testfile}-r
gdb_test_no_output "set complaints 1"
gdb_test "print N100::x" \
".* has too many recursively imported declarations.*" \
- "compaint for too many recursively imported declarations"
+ "complaint for too many recursively imported declarations"