Module: kamailio
Branch: master
Commit: a5722aa7773eb4153e8c3b241cae6e3f5f7a9894
URL:
https://github.com/kamailio/kamailio/commit/a5722aa7773eb4153e8c3b241cae6e3…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-05-14T16:38:31Z
ctl: small spelling fix in comment
---
Modified: src/modules/ctl/binrpc.h
---
Diff:
https://github.com/kamailio/kamailio/commit/a5722aa7773eb4153e8c3b241cae6e3…
Patch:
https://github.com/kamailio/kamailio/commit/a5722aa7773eb4153e8c3b241cae6e3…
---
diff --git a/src/modules/ctl/binrpc.h b/src/modules/ctl/binrpc.h
index 29e06670ed..3642a0015b 100644
--- a/src/modules/ctl/binrpc.h
+++ b/src/modules/ctl/binrpc.h
@@ -136,7 +136,7 @@
more bytes available */
#define E_BINRPC_EOP -5 /* end of packet reached */
#define E_BINRPC_NOTINIT -6 /* parse ctx not initialized */
-#define E_BINRPC_TYPE -7 /* unkown type for record, or requested
+#define E_BINRPC_TYPE -7 /* unknown type for record, or requested
type doesn't match record type */
#define E_BINRPC_RECORD -8 /* bad record (unexpected, bad struct a.s.o)*/
#define E_BINRPC_BUG -9 /* internal error, bug */