import gdb-1999-08-09 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / commands.exp
index 62d9f109b485e9311c68584d857b43dcfcbccd6b..c9cea084d700c823726ef1977c6bf0a913455aec 100644 (file)
@@ -185,7 +185,7 @@ proc infrun_breakpoint_command_test {} {
     if { [istarget "hppa*-hp-hpux*"] } {
        gdb_test "continue" \
            "Continuing.*.*.*Breakpoint \[0-9\]*, factorial \\(value=5\\).*at.*\[0-9\]*\[      \]*if \\(value > 1\\) \{.*\[0-9\]*\[      \]*value \\*= factorial \\(value - 1\\);.*" \
-           "contiune in infrun_breakpoint_command_test"
+           "continue in infrun_breakpoint_command_test"
     } else {
        gdb_test "continue" \
            "Breakpoint \[0-9\]*, factorial \\(value=5\\).*at.*
This page took 0.028135 seconds and 4 git commands to generate.