From e88fe7da23a43f7129ebf0001f22f25158c6ee4d Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Fri, 7 Aug 2015 22:53:25 +0100 Subject: typofix - https://github.com/vlajos/misspell_fixer --- protocols/jabber/si.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/jabber/si.c') diff --git a/protocols/jabber/si.c b/protocols/jabber/si.c index cb2487bc..77f7a752 100644 --- a/protocols/jabber/si.c +++ b/protocols/jabber/si.c @@ -185,7 +185,7 @@ void jabber_si_transfer_request(struct im_connection *ic, file_transfer_t *ft, c jd->filetransfers = g_slist_prepend(jd->filetransfers, tf); - /* query buddy's features and server's streaming proxies if neccessary */ + /* query buddy's features and server's streaming proxies if necessary */ if (!tf->bud->features) { jabber_iq_query_features(ic, bud->full_jid); @@ -282,7 +282,7 @@ int jabber_si_handle_request(struct im_connection *ic, struct xt_node *node, str } if (requestok) { - /* Figure out who the transfer should come frome... */ + /* Figure out who the transfer should come from... */ ext_jid = ini_jid; if ((s = strchr(ini_jid, '/'))) { @@ -402,7 +402,7 @@ static xt_status jabber_si_handle_response(struct im_connection *ic, struct xt_n /* All this means we expect something like this: ( I think ) * * - * [ ] <-- not neccessary + * [ ] <-- not necessary * * * -- cgit v1.2.3