Module: kamailio Branch: master Commit: 920340ea6b69f43637186e58d6d934b413aeb2ab URL: https://github.com/kamailio/kamailio/commit/920340ea6b69f43637186e58d6d934b413aeb2ab
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> 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): _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
