2012-01-20 Pedro Alves <palves@redhat.com>

* gdb.python/py-finish-breakpoint.py: Fix typo.
This commit is contained in:
Pedro Alves 2012-01-20 20:00:14 +00:00
parent f1bb16f888
commit 6a52fb620c
2 changed files with 5 additions and 1 deletions

View file

@ -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"