Module: kamailio Branch: master Commit: d035d0fe5e6f8298c7973432216ee0ba16840124 URL: https://github.com/kamailio/kamailio/commit/d035d0fe5e6f8298c7973432216ee0ba...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2014-12-15T23:11:42+01:00
dispatcher: better phrasing of comment in the code
---
Modified: modules/dispatcher/dispatch.c
---
Diff: https://github.com/kamailio/kamailio/commit/d035d0fe5e6f8298c7973432216ee0ba... Patch: https://github.com/kamailio/kamailio/commit/d035d0fe5e6f8298c7973432216ee0ba...
---
diff --git a/modules/dispatcher/dispatch.c b/modules/dispatcher/dispatch.c index 434593a..c17d7a3 100644 --- a/modules/dispatcher/dispatch.c +++ b/modules/dispatcher/dispatch.c @@ -417,7 +417,7 @@ int add_dest2list(int id, str uri, int flags, int priority, str *attrs,
/** * Initialize the weight distribution for a destination set - * - build an array of 0..99 where to keep the index of the + * - fill the array of 0..99 elements where to keep the index of the * destination address to be used. The Nth call will use * the address with the index at possition N%100 */