[sr-dev] git:master:920340ea: sctp: small spelling fix: lenght -> length

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


Module: kamailio
Branch: master
Commit: 920340ea6b69f43637186e58d6d934b413aeb2ab
URL: https://github.com/kamailio/kamailio/commit/920340ea6b69f43637186e58d6d934b413aeb2ab

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

sctp: small spelling fix: lenght -> length

---

Modified: src/modules/sctp/sctp_server.c

---

Diff:  https://github.com/kamailio/kamailio/commit/920340ea6b69f43637186e58d6d934b413aeb2ab.diff
Patch: https://github.com/kamailio/kamailio/commit/920340ea6b69f43637186e58d6d934b413aeb2ab.patch

---

diff --git a/src/modules/sctp/sctp_server.c b/src/modules/sctp/sctp_server.c
index 66c71b7889..6690503973 100644
--- a/src/modules/sctp/sctp_server.c
+++ b/src/modules/sctp/sctp_server.c
@@ -2538,7 +2538,7 @@ int sctp_rcv_loop()
 /** low level sctp non-blocking send.
  * @param socket - sctp socket to send on.
  * @param buf   - data.
- * @param len   - lenght of the data.
+ * @param len   - length of the data.
  * @param to    - destination in ser sockaddr_union format.
  * @param sndrcv_info - sctp_sndrcvinfo structure pointer, pre-filled.
  * @param flags - can have one of the following values (or'ed):




More information about the sr-dev mailing list