From e2f317723b496a566a9c9c1159403ce61097a01f Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 19 Oct 2005 11:13:41 +0000 Subject: [PATCH] fix typo in comment. thx Yann --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 9baea1008..f8b67b5fc 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2389,7 +2389,7 @@ _('If "%s" accepts this request you will know his status.') %jid) # sensitivity to False because by default we're offline self.status_message_menuitem_iter = liststore.append( [_('Change Status Message...'), img, '', False]) - # Add a Separator (self.itFer_is_separator() checks on string SEPARATOR) + # Add a Separator (self.iter_is_separator() checks on string SEPARATOR) liststore.append(['SEPARATOR', None, '', True]) uf_show = helpers.get_uf_show('offline')