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/oscar/conn.c | |
parent | e11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff) |
typofix - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'protocols/oscar/conn.c')
-rw-r--r-- | protocols/oscar/conn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/oscar/conn.c b/protocols/oscar/conn.c index 3cfc38e9..568f4548 100644 --- a/protocols/oscar/conn.c +++ b/protocols/oscar/conn.c @@ -14,7 +14,7 @@ static int aim_logoff(aim_session_t *sess); /* * In OSCAR, every connection has a set of SNAC groups associated * with it. These are the groups that you can send over this connection - * without being guarenteed a "Not supported" SNAC error. + * without being guaranteed a "Not supported" SNAC error. * * The grand theory of things says that these associations transcend * what libfaim calls "connection types" (conn->type). You can probably @@ -35,7 +35,7 @@ static int aim_logoff(aim_session_t *sess); * easy and deliver this SNAC for you, but there isn't one there. * * Here comes the good bit. Without even letting anyone know, particularly - * the module that decided to send this SNAC, and definitly not that twit + * the module that decided to send this SNAC, and definitely not that twit * in Greenland, you send out a service request. In this request, you have * marked the need for a connection supporting group 0x000e. A few seconds * later, you receive a service redirect with an IP address and a cookie in |