Module: kamailio Branch: master Commit: 558e6458c083d12087556808aced05589cd59669 URL: https://github.com/kamailio/kamailio/commit/558e6458c083d12087556808aced0558...
Author: Henning Westerholt hw@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2025-07-10T08:36:17Z
carrierroute: spelling fix in comment
---
Modified: src/modules/carrierroute/cr_rule.h
---
Diff: https://github.com/kamailio/kamailio/commit/558e6458c083d12087556808aced0558... Patch: https://github.com/kamailio/kamailio/commit/558e6458c083d12087556808aced0558...
---
diff --git a/src/modules/carrierroute/cr_rule.h b/src/modules/carrierroute/cr_rule.h index f0517e2f165..96f69f58633 100644 --- a/src/modules/carrierroute/cr_rule.h +++ b/src/modules/carrierroute/cr_rule.h @@ -48,7 +48,7 @@ struct route_rule double orig_prob; /*!< The original probability for that rule, only useful when using crc32 hashing */ str host; /*!< The new target host for the request */ int strip; /*!< the number of digits to be stripped off from uri before prepending prefix */ - str local_prefix; /*!< the pefix to be attached to the new destination */ + str local_prefix; /*!< the prefix to be attached to the new destination */ str local_suffix; /*!< the suffix to be appended to the localpart of the new destination */ str comment; /*!< A comment for the route rule */ str prefix; /*!< The prefix for which the route is valid */