summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2013-07-25 15:23:43 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2013-07-26 09:23:37 -0700
commit32f40223cd3b1b22ca79c7323fde2ec915a5cb2d (patch)
treefc6edfd423723193b5c65f604496ccb37b1e6d1e /test
parent7a17b557ab5770a64c8e5daa8f90be708819e931 (diff)
downloadbluez-32f40223cd3b1b22ca79c7323fde2ec915a5cb2d.tar.gz
test: Fix ProximityMonitor1 interface name typo in test-proximity
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-proximity2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-proximity b/test/test-proximity
index 6b9b2b815..2f47824e2 100755
--- a/test/test-proximity
+++ b/test/test-proximity
@@ -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: