Skip to content

Commit

Permalink
Merge pull request #425 from charsyam/feature/typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
manjuraj committed Oct 23, 2015
2 parents 619b55b + 3bd1623 commit 9a2611e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nc_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ req_server_enqueue_imsgq_head(struct context *ctx, struct conn *conn, struct msg
* or the message is dequeued from the server out_q
*
* noreply request are free from timeouts because client is not intrested
* in the reponse anyway!
* in the response anyway!
*/
if (!msg->noreply) {
msg_tmo_insert(msg, conn);
Expand Down
2 changes: 1 addition & 1 deletion src/proto/nc_redis.c
Original file line number Diff line number Diff line change
Expand Up @@ -2930,7 +2930,7 @@ redis_swallow_msg(struct conn *conn, struct msg *pmsg, struct msg *msg)
size_t copy_len;

/*
* Get a substring from the message so that the inital - and the trailing
* Get a substring from the message so that the initial - and the trailing
* \r\n is removed.
*/
conn_server = (struct server*)conn->owner;
Expand Down

0 comments on commit 9a2611e

Please sign in to comment.