[PATCH 1/2] test: Minor typos removal in p2p-on-supplicant

2014-05-14 Thread Eduardo Abinader
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


Re: [PATCH 1/2] test: Minor typos removal in p2p-on-supplicant

2014-05-14 Thread Patrik Flykt
On Wed, 2014-05-14 at 07:39 -0400, Eduardo Abinader wrote:
 Removed minor typo issues in p2p-on-supplicant.

Applied, thanks!

Patrik

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


[PATCH 1/2] test: Minor typos removal in p2p-on-supplicant

2014-05-13 Thread Eduardo Abinader
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


[PATCH 1/2] test: Minor typos removal in p2p-on-supplicant

2014-05-13 Thread Eduardo Abinader
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