OSDN Git Service

test: Fix ProximityMonitor1 interface name typo in test-proximity
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Thu, 25 Jul 2013 19:23:43 +0000 (15:23 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 26 Jul 2013 16:23:37 +0000 (09:23 -0700)
test/test-proximity

index 6b9b2b8..2f47824 100755 (executable)
@@ -15,7 +15,7 @@ from optparse import OptionParser, make_option
 import bluezutils
 
 BUS_NAME = 'org.bluez'
-PROXIMITY_MONITOR_INTERFACE = 'org.bluez.ProxymityMonitor1'
+PROXIMITY_MONITOR_INTERFACE = 'org.bluez.ProximityMonitor1'
 
 def properties_changed(interface, changed, invalidated):
        if interface != PROXIMITY_MONITOR_INTERFACE: