summaryrefslogtreecommitdiffstats
path: root/ibus/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'ibus/notifications.py')
-rw-r--r--ibus/notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ibus/notifications.py b/ibus/notifications.py
index 17fec3a..3ae067a 100644
--- a/ibus/notifications.py
+++ b/ibus/notifications.py
@@ -55,7 +55,7 @@ class NotificationsProxy(interface.INotifications):
self.__notify = notify
def Notify(self, replaces_id, app_icon, summary, body, actions, expire_timeout):
- return self.__notify.notify(replaces_id, app_icon, summary, body, actions, expire_timout)
+ return self.__notify.notify(replaces_id, app_icon, summary, body, actions, expire_timeout)
def CloseNotification(self, id):
return self.__notify.close_notification(id)