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/yahoo/libyahoo2.c | |
parent | e11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff) |
typofix - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'protocols/yahoo/libyahoo2.c')
-rw-r--r-- | protocols/yahoo/libyahoo2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/yahoo/libyahoo2.c b/protocols/yahoo/libyahoo2.c index 9188c809..b6f20e16 100644 --- a/protocols/yahoo/libyahoo2.c +++ b/protocols/yahoo/libyahoo2.c @@ -11,7 +11,7 @@ * gaim released under the GNU GPL. This code is also released under the * GNU GPL. * - * This code is derivitive of Gaim <http://gaim.sourceforge.net> + * This code is derivative of Gaim <http://gaim.sourceforge.net> * copyright (C) 1998-1999, Mark Spencer <markster@marko.net> * 1998-1999, Adam Fritzler <afritz@marko.net> * 1998-2002, Rob Flynn <rob@marko.net> @@ -1401,7 +1401,7 @@ static void yahoo_process_status(struct yahoo_input_data *yid, } /* - * Status updates may be spread accross multiple packets and not + * Status updates may be spread across multiple packets and not * even on buddy boundaries, so keeping some state is important. * So, continue where we left off, and only add a user entry to * the list once it's complete (301-315 End buddy). |