[sr-dev] git:master:d901ab70: core: small spelling fix: lenght -> length

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


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

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
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);




More information about the sr-dev mailing list