dundee: Fix typo in dundee-disconnect test

This commit is contained in:
Paulo Borges 2013-02-22 14:01:12 -03:00 committed by Denis Kenzior
parent 08a8eb7fa8
commit ba07289963
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ else:
devices = manager.GetDevices()
path = devices[0][0]
print "Disonnect device %s..." % path
print "Disconnect device %s..." % path
device = dbus.Interface(bus.get_object('org.ofono.dundee', path),
'org.ofono.dundee.Device')