Module: kamailio
Branch: 5.2
Commit: ba0dedbd5f719a79633d999696ce7114a78dfd07
URL:
https://github.com/kamailio/kamailio/commit/ba0dedbd5f719a79633d999696ce711…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T14:21:12Z
ctl: small spelling fix in comment
(cherry picked from commit a5722aa7773eb4153e8c3b241cae6e3f5f7a9894)
---
Modified: src/modules/ctl/binrpc.h
---
Diff:
https://github.com/kamailio/kamailio/commit/ba0dedbd5f719a79633d999696ce711…
Patch:
https://github.com/kamailio/kamailio/commit/ba0dedbd5f719a79633d999696ce711…
---
diff --git a/src/modules/ctl/binrpc.h b/src/modules/ctl/binrpc.h
index 56a8e26cd6..1440be7a48 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 */