Mercurial > pidgin
changeset 10094:2a7780fadbb9
[gaim-migrate @ 11112]
Eye b4 ye xept aftr sea
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 13 Oct 2004 22:36:10 +0000 |
parents | 9d839c9f6c2d |
children | b28f9be379b3 |
files | src/protocols/jabber/chat.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/chat.c Wed Oct 13 17:54:11 2004 +0000 +++ b/src/protocols/jabber/chat.c Wed Oct 13 22:36:10 2004 +0000 @@ -667,7 +667,7 @@ if(!(type = xmlnode_get_attrib(packet, "type")) || strcmp(type, "result")) { char *err = jabber_parse_error(js,packet); gaim_notify_error(js->gc, _("Error"), - _("Error retreiving room list"), err); + _("Error retrieving room list"), err); gaim_roomlist_set_in_progress(js->roomlist, FALSE); gaim_roomlist_unref(js->roomlist); js->roomlist = NULL; @@ -678,7 +678,7 @@ if(!(query = xmlnode_get_child(packet, "query"))) { char *err = jabber_parse_error(js, packet); gaim_notify_error(js->gc, _("Error"), - _("Error retreiving room list"), err); + _("Error retrieving room list"), err); gaim_roomlist_set_in_progress(js->roomlist, FALSE); gaim_roomlist_unref(js->roomlist); js->roomlist = NULL;