Removed minor typo issues in p2p-on-supplicant.
---
 test/p2p-on-supplicant | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/p2p-on-supplicant b/test/p2p-on-supplicant
index e845c88..734396e 100755
--- a/test/p2p-on-supplicant
+++ b/test/p2p-on-supplicant
@@ -185,7 +185,7 @@ class Wpa_s:
         print 'Peer %s joined' % object_path
 
     def __PeerDisconnected(self, object_path):
-        print 'Peer %s dictonnected' % object_path
+        print 'Peer %s disconnected' % object_path
 
     def __group_if_property_changed(*args, **kwargs):
         print 'Group - ',
@@ -299,7 +299,7 @@ class Wpa_s:
         self.debug = True
 
     @checkarg()
-    def disable_debug(serf, args):
+    def disable_debug(self, args):
         self.debug = False
 
     @checkarg(nb_args=1)
-- 
1.9.1

_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to