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/rxqueue.c | |
| parent | e11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff) | |
typofix - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'protocols/oscar/rxqueue.c')
| -rw-r--r-- | protocols/oscar/rxqueue.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/protocols/oscar/rxqueue.c b/protocols/oscar/rxqueue.c index e5c52376..2c78bdd3 100644 --- a/protocols/oscar/rxqueue.c +++ b/protocols/oscar/rxqueue.c @@ -360,7 +360,7 @@ void aim_frame_destroy(aim_frame_t *frame)  /*   * Grab a single command sequence off the socket, and enqueue - * it in the incoming event queue in a seperate struct. + * it in the incoming event queue in a separate struct.   */  int aim_get_command(aim_session_t *sess, aim_conn_t *conn)  { @@ -478,7 +478,7 @@ int aim_get_command(aim_session_t *sess, aim_conn_t *conn)  }  /* - * Purge recieve queue of all handled commands (->handled==1).  Also + * Purge receive queue of all handled commands (->handled==1).  Also   * allows for selective freeing using ->nofree so that the client can   * keep the data for various purposes.   * | 
