test: Tiny typo fix in test-session python script
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Wed, 26 Oct 2011 10:43:27 +0000 (13:43 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 7 Nov 2011 14:59:25 +0000 (15:59 +0100)
test/test-session

index 7613b10..6c7fa5c 100755 (executable)
@@ -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='')