[sr-dev] git:master:82220a00: core: small spelling fix (bellow -> below)
Henning Westerholt
hw at kamailio.org
Fri Oct 5 21:42:56 CEST 2018
Module: kamailio
Branch: master
Commit: 82220a00e534c954ba2a9ec37f1b7cfc9c34660f
URL: https://github.com/kamailio/kamailio/commit/82220a00e534c954ba2a9ec37f1b7cfc9c34660f
Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-10-05T21:41:33+02:00
core: small spelling fix (bellow -> below)
---
Modified: src/core/flags.c
Modified: src/core/receive.c
Modified: src/core/tcp_read.c
---
Diff: https://github.com/kamailio/kamailio/commit/82220a00e534c954ba2a9ec37f1b7cfc9c34660f.diff
Patch: https://github.com/kamailio/kamailio/commit/82220a00e534c954ba2a9ec37f1b7cfc9c34660f.patch
---
diff --git a/src/core/flags.c b/src/core/flags.c
index 45839d90cd..ae2d32486b 100644
--- a/src/core/flags.c
+++ b/src/core/flags.c
@@ -302,7 +302,7 @@ static int fixup_t_flag(void** param, int param_no)
if (*code < FL_MAX && token==0) {
LM_ERR("TM module: too high flag number: %s (%d)\n; lower number"
- " bellow %d reserved\n", (char *) (*param), *code, FL_MAX );
+ " below %d reserved\n", (char *) (*param), *code, FL_MAX );
goto error;
}
diff --git a/src/core/receive.c b/src/core/receive.c
index b14ebf8fb9..6be8fdea4d 100644
--- a/src/core/receive.c
+++ b/src/core/receive.c
@@ -202,7 +202,7 @@ int receive_msg(char *buf, unsigned int len, struct receive_info *rcv_info)
/* fill in msg */
msg->buf = buf;
msg->len = len;
- /* zero termination (termination of orig message bellow not that
+ /* zero termination (termination of orig message below not that
* useful as most of the work is done with scratch-pad; -jiri */
/* buf[len]=0; */ /* WARNING: zero term removed! */
msg->rcv = *rcv_info;
diff --git a/src/core/tcp_read.c b/src/core/tcp_read.c
index 8cab30f2c4..4c1821a4bb 100644
--- a/src/core/tcp_read.c
+++ b/src/core/tcp_read.c
@@ -1333,7 +1333,7 @@ static int hep3_process_msg(char* tcpbuf, unsigned int len,
/* fill in msg */
msg.buf=tcpbuf;
msg.len=len;
- /* zero termination (termination of orig message bellow not that
+ /* zero termination (termination of orig message below not that
* useful as most of the work is done with scratch-pad; -jiri */
/* buf[len]=0; */ /* WARNING: zero term removed! */
msg.rcv=*rcv_info;
More information about the sr-dev
mailing list