From 6a52fb620c95f9772cc3480b6e08d9a2d69f3f97 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 20 Jan 2012 20:00:14 +0000 Subject: 2012-01-20 Pedro Alves * gdb.python/py-finish-breakpoint.py: Fix typo. --- gdb/testsuite/gdb.python/py-finish-breakpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.python/py-finish-breakpoint.py') diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.py b/gdb/testsuite/gdb.python/py-finish-breakpoint.py index fb462bb..2878bb8 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" -- cgit v1.1