Module: kamailio Branch: master Commit: 64a93405470569b098b6d1a45361a80bc5f82644 URL: https://github.com/kamailio/kamailio/commit/64a93405470569b098b6d1a45361a80b...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@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/64a93405470569b098b6d1a45361a80b... Patch: https://github.com/kamailio/kamailio/commit/64a93405470569b098b6d1a45361a80b...
---
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;