From c6e9ae1507cec3c7f330b64e060a717675d2a793 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 26 Oct 2011 13:43:27 +0300 Subject: test: Tiny typo fix in test-session python script --- test/test-session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-session') diff --git a/test/test-session b/test/test-session index 7613b10e..6c7fa5cc 100755 --- a/test/test-session +++ b/test/test-session @@ -43,7 +43,7 @@ class Notification(dbus.service.Object): def Release(self): print "Release %s" % (self._object_path) session_name = self._object_path.split('/')[-1] - self.app.release(sessioin_name) + self.app.release(session_name) @dbus.service.method("net.connman.Notification", in_signature='a{sv}', out_signature='') -- cgit v1.2.3