From 32f40223cd3b1b22ca79c7323fde2ec915a5cb2d Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 25 Jul 2013 15:23:43 -0400 Subject: [PATCH] test: Fix ProximityMonitor1 interface name typo in test-proximity --- test/test-proximity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3