aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/msgcookie.c
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-07 22:53:25 +0100
committerVeres Lajos <vlajos@gmail.com>2015-08-07 22:53:25 +0100
commite88fe7da23a43f7129ebf0001f22f25158c6ee4d (patch)
treee15c06267e1d4890b8b9abeafa4a78f198b0395a /protocols/oscar/msgcookie.c
parente11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff)
typofix - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'protocols/oscar/msgcookie.c')
-rw-r--r--protocols/oscar/msgcookie.c2
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.