Ver Fonte

tm: small spelling fix: lenght -> length

Henning Westerholt há 6 anos atrás
pai
commit
65e7a23d70
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/modules/tm/t_msgbuilder.c

+ 1 - 1
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