Skip to content

Commit 9a2611e

Browse files
committed
Merge pull request #425 from charsyam/feature/typos
fix typos
2 parents 619b55b + 3bd1623 commit 9a2611e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/nc_request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ req_server_enqueue_imsgq_head(struct context *ctx, struct conn *conn, struct msg
327327
* or the message is dequeued from the server out_q
328328
*
329329
* noreply request are free from timeouts because client is not intrested
330-
* in the reponse anyway!
330+
* in the response anyway!
331331
*/
332332
if (!msg->noreply) {
333333
msg_tmo_insert(msg, conn);

src/proto/nc_redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2930,7 +2930,7 @@ redis_swallow_msg(struct conn *conn, struct msg *pmsg, struct msg *msg)
29302930
size_t copy_len;
29312931

29322932
/*
2933-
* Get a substring from the message so that the inital - and the trailing
2933+
* Get a substring from the message so that the initial - and the trailing
29342934
* \r\n is removed.
29352935
*/
29362936
conn_server = (struct server*)conn->owner;

0 commit comments

Comments
 (0)