diff options
| author | Veres Lajos <vlajos@gmail.com> | 2015-08-07 22:53:25 +0100 | 
|---|---|---|
| committer | Veres Lajos <vlajos@gmail.com> | 2015-08-07 22:53:25 +0100 | 
| commit | e88fe7da23a43f7129ebf0001f22f25158c6ee4d (patch) | |
| tree | e15c06267e1d4890b8b9abeafa4a78f198b0395a /protocols/jabber/si.c | |
| parent | e11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff) | |
typofix - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'protocols/jabber/si.c')
| -rw-r--r-- | protocols/jabber/si.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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 )  	 * <iq from=... to=... id=...>  	 *      <si xmlns=si> -	 *      [	<file xmlns=ft/>    ] <-- not neccessary +	 *      [	<file xmlns=ft/>    ] <-- not necessary  	 *              <feature xmlns=feature>  	 *                      <x xmlns=xdata type=submit>  	 *                              <field var=stream-method> | 
