test: Minor typo & style fixes to test-stk-menu

This commit is contained in:
Denis Kenzior 2010-12-21 14:07:12 -06:00
parent 06912dff3d
commit 6074554be9
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ class StkAgent(dbus.service.Object):
print "Icon: (%d)" % (icon)
print "Urgent: (%d)" % (urgent)
key = raw_input("Press return to clear ('t' terminates, "
"'b' goest back, 'n' busy):")
"'b' goes back, 'n' busy):")
if key == 'b':
raise GoBack("User wishes to go back")
@ -231,7 +231,7 @@ if __name__ == '__main__':
stk.RegisterAgent(path)
print "Agent registered for session - Wait SIM ToolKit command..."
print "Default Agent registered - Waiting for STK command..."
else:
print "%s [menu|agent]" % (sys.argv[0])
exit(0)