diff options
Diffstat (limited to 'protocols/oscar/msgcookie.c')
-rw-r--r-- | protocols/oscar/msgcookie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/msgcookie.c b/protocols/oscar/msgcookie.c index 1fcdd7c2..ceee65dc 100644 --- a/protocols/oscar/msgcookie.c +++ b/protocols/oscar/msgcookie.c @@ -141,7 +141,7 @@ aim_msgcookie_t *aim_checkcookie(aim_session_t *sess, const guint8 *cookie, int * @sess: session to remove the cookie from * @cookiep: the address of a pointer to the cookie struct to remove * - * this function removes the cookie *cookie from teh list of cookies + * this function removes the cookie *cookie from the list of cookies * in sess, and then frees all memory associated with it. including * its data! if you want to use the private data after calling this, * make sure you copy it first. |