Module: kamailio Branch: master Commit: b365407230bab53fcea633ef8fbd0b92e93f1337 URL: https://github.com/kamailio/kamailio/commit/b365407230bab53fcea633ef8fbd0b92e93f1337
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2015-05-29T12:45:18+02:00 dispatcher: fix spelling error --- Modified: modules/dispatcher/ds_ht.c --- Diff: https://github.com/kamailio/kamailio/commit/b365407230bab53fcea633ef8fbd0b92e93f1337.diff Patch: https://github.com/kamailio/kamailio/commit/b365407230bab53fcea633ef8fbd0b92e93f1337.patch --- diff --git a/modules/dispatcher/ds_ht.c b/modules/dispatcher/ds_ht.c index 9977420..500d6fb 100644 --- a/modules/dispatcher/ds_ht.c +++ b/modules/dispatcher/ds_ht.c @@ -103,7 +103,7 @@ ds_ht_t *ds_ht_init(unsigned int htsize, int expire, int initexpire) { if(lock_init(&dsht->entries[i].lock)==0) { - LM_ERR("cannot initalize lock[%d]\n", i); + LM_ERR("cannot initialize lock[%d]\n", i); i--; while(i>=0) { _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
