[sr-dev] git:master:64a93405: ctl: spelling fix in comments (usefull -> useful)

Henning Westerholt hw at skalatan.de
Sun Sep 29 23:16:18 CEST 2019


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

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-09-29T23:15:11+02:00

ctl: spelling fix in comments (usefull -> useful)

---

Modified: src/modules/ctl/binrpc.h

---

Diff:  https://github.com/kamailio/kamailio/commit/64a93405470569b098b6d1a45361a80bc5f82644.diff
Patch: https://github.com/kamailio/kamailio/commit/64a93405470569b098b6d1a45361a80bc5f82644.patch

---

diff --git a/src/modules/ctl/binrpc.h b/src/modules/ctl/binrpc.h
index 56a8e26cd6..29e06670ed 100644
--- a/src/modules/ctl/binrpc.h
+++ b/src/modules/ctl/binrpc.h
@@ -434,7 +434,7 @@ inline static int binrpc_add_str_type(struct binrpc_pkt* pkt, char* s, int len,
 
 
 
-/* adds an avp (name, value) pair, usefull to add structure members */
+/* adds an avp (name, value) pair, useful to add structure members */
 inline static int binrpc_addavp(struct binrpc_pkt* pkt, struct binrpc_val* avp)
 {
 	int ret;




More information about the sr-dev mailing list