From 6a52fb620c95f9772cc3480b6e08d9a2d69f3f97 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 20 Jan 2012 20:00:14 +0000 Subject: [PATCH] 2012-01-20 Pedro Alves * gdb.python/py-finish-breakpoint.py: Fix typo. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.python/py-finish-breakpoint.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ebef1855b0..b6a7a2c275 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-01-20 Pedro Alves + + * gdb.python/py-finish-breakpoint.py: Fix typo. + 2012-01-20 Ulrich Weigand * gdb.base/info-proc.exp: Also run on remote targets. Main diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.py b/gdb/testsuite/gdb.python/py-finish-breakpoint.py index fb462bbd13..2878bb82fd 100644 --- a/gdb/testsuite/gdb.python/py-finish-breakpoint.py +++ b/gdb/testsuite/gdb.python/py-finish-breakpoint.py @@ -86,4 +86,4 @@ class SimpleFinishBreakpoint(gdb.FinishBreakpoint): def out_of_scope(self): print "SimpleFinishBreakpoint out of scope" -print "Python script importedd" +print "Python script imported" -- 2.34.1