Module: kamailio
Branch: master
Commit: 65e7a23d701ab195035f8b8d8ef01ac6cc03670b
URL:
https://github.com/kamailio/kamailio/commit/65e7a23d701ab195035f8b8d8ef01ac…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)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/65e7a23d701ab195035f8b8d8ef01ac…
Patch:
https://github.com/kamailio/kamailio/commit/65e7a23d701ab195035f8b8d8ef01ac…
---
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