Module: kamailio Branch: master Commit: d901ab70549b48c101217e6eee04fe313d1bd1ba URL: https://github.com/kamailio/kamailio/commit/d901ab70549b48c101217e6eee04fe313d1bd1ba
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2019-03-24T19:18:28+01:00 core: small spelling fix: lenght -> length --- Modified: src/core/socket_info.h --- Diff: https://github.com/kamailio/kamailio/commit/d901ab70549b48c101217e6eee04fe313d1bd1ba.diff Patch: https://github.com/kamailio/kamailio/commit/d901ab70549b48c101217e6eee04fe313d1bd1ba.patch --- diff --git a/src/core/socket_info.h b/src/core/socket_info.h index d8e23828d9..abc6a150aa 100644 --- a/src/core/socket_info.h +++ b/src/core/socket_info.h @@ -41,7 +41,7 @@ #define MAX_SOCKET_STR (sizeof("unknown") - 1 + IP_ADDR_MAX_STR_SIZE + \ INT2STR_MAX_LEN + 2 + 2) -/* Maximum lenght for advertise string of listen socket */ +/* Maximum length for advertise string of listen socket */ #define MAX_SOCKET_ADVERTISE_STR 511 int socket2str(char* s, int* len, struct socket_info* si); _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
