| Index: 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 fb462bbd13d1b1107d50a7551fcf15772c951057..2878bb82fd849d959571323470e34d0847457b40 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"
|
|
|