[sr-dev] git:master:65e7a23d: tm: small spelling fix: lenght -> length

Henning Westerholt hw at kamailio.org
Sun Mar 24 19:21:19 CET 2019


Module: kamailio
Branch: master
Commit: 65e7a23d701ab195035f8b8d8ef01ac6cc03670b
URL: https://github.com/kamailio/kamailio/commit/65e7a23d701ab195035f8b8d8ef01ac6cc03670b

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2019-03-24T19:20:55+01:00

tm: small spelling fix: lenght -> length

---

Modified: src/modules/tm/t_msgbuilder.c

---

Diff:  https://github.com/kamailio/kamailio/commit/65e7a23d701ab195035f8b8d8ef01ac6cc03670b.diff
Patch: https://github.com/kamailio/kamailio/commit/65e7a23d701ab195035f8b8d8ef01ac6cc03670b.patch

---

diff --git a/src/modules/tm/t_msgbuilder.c b/src/modules/tm/t_msgbuilder.c
index aad14aa78f..a1c471a504 100644
--- a/src/modules/tm/t_msgbuilder.c
+++ b/src/modules/tm/t_msgbuilder.c
@@ -1104,7 +1104,7 @@ char *build_dlg_ack(struct sip_msg* rpl, struct cell *Trans,
 	 * into the same allocated chunk of memory (retr. buffer first, string
 	 * buffer follows).In this case, the 'len' param is used as in-out
 	 * parameter: 'in' to give the extra space needed by the retr. buffer,
-	 * 'out' to return the lenght of the allocated string buffer.
+	 * 'out' to return the length of the allocated string buffer.
 	 */
 	unsigned offset = *len;
 #endif




More information about the sr-dev mailing list