diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6df87aee42..249eb8819f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-11-02 Maciej W. Rozycki + + * gdb.cp/derivation.exp: s/perrro/perror/ + 2013-11-01 Maciej W. Rozycki * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to diff --git a/gdb/testsuite/gdb.cp/derivation.exp b/gdb/testsuite/gdb.cp/derivation.exp index 85212396de..3758a12022 100644 --- a/gdb/testsuite/gdb.cp/derivation.exp +++ b/gdb/testsuite/gdb.cp/derivation.exp @@ -262,7 +262,7 @@ gdb_test "ptype N::Derived::value_type" "type = int" # Now run to N::Derived::doit and get the type of "value_type" if {![runto "N::Derived::doit"]} { - perrro "couldn't run to N::Derived::doit" + perror "couldn't run to N::Derived::doit" continue }