aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/yahoo')
-rw-r--r--protocols/yahoo/libyahoo2.c4
-rw-r--r--protocols/yahoo/yahoo2_callbacks.h2
2 files changed, 3 insertions, 3 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).
diff --git a/protocols/yahoo/yahoo2_callbacks.h b/protocols/yahoo/yahoo2_callbacks.h
index 740417ee..728040e4 100644
--- a/protocols/yahoo/yahoo2_callbacks.h
+++ b/protocols/yahoo/yahoo2_callbacks.h
@@ -684,7 +684,7 @@ struct yahoo_callbacks {
/*
* Name: ext_yahoo_connect_async
* Connect to a host:port asynchronously. This function should return
- * immediately returing a tag used to identify the connection handler,
+ * immediately returning a tag used to identify the connection handler,
* or a pre-connect error (eg: host name lookup failure).
* Once the connect completes (successfully or unsuccessfully), callback
* should be called (see the signature for yahoo_connect_callback).