Module: kamailio Branch: master Commit: e7e2366634f7b56136b11d4b196150467a18b651 URL: https://github.com/kamailio/kamailio/commit/e7e2366634f7b56136b11d4b196150467a18b651
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2022-10-29T07:14:57Z core: small spelling fix in comment --- Modified: src/core/parser/msg_parser.h --- Diff: https://github.com/kamailio/kamailio/commit/e7e2366634f7b56136b11d4b196150467a18b651.diff Patch: https://github.com/kamailio/kamailio/commit/e7e2366634f7b56136b11d4b196150467a18b651.patch --- diff --git a/src/core/parser/msg_parser.h b/src/core/parser/msg_parser.h index 595c1be8957..d582ddf7200 100644 --- a/src/core/parser/msg_parser.h +++ b/src/core/parser/msg_parser.h @@ -110,7 +110,7 @@ typedef enum request_method { #define FL_MSG_NOREPLY (1<<23) /*!< do not send sip reply for request */ #define FL_SIPTRACE (1<<24) /*!< message to be traced in stateless replies */ #define FL_ROUTE_ADDR (1<<25) /*!< request has Route address for next hop */ -#define FL_USE_OTCPID (1<<26) /*!< request to be routed using outboud tcp con id */ +#define FL_USE_OTCPID (1<<26) /*!< request to be routed using outbound tcp con id */ /* WARNING: Value (1 << 28) is reserved for use in kamailio call_control * module (flag FL_USE_CALL_CONTROL )! */ _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
