Module: kamailio Branch: master Commit: 4d2930c922a89cdb7a59334c2f9e7209793991cf URL: https://github.com/kamailio/kamailio/commit/4d2930c922a89cdb7a59334c2f9e7209793991cf
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2015-05-29T12:46:42+02:00 pipelimit: fix spelling error --- Modified: modules/pipelimit/pl_ht.c --- Diff: https://github.com/kamailio/kamailio/commit/4d2930c922a89cdb7a59334c2f9e7209793991cf.diff Patch: https://github.com/kamailio/kamailio/commit/4d2930c922a89cdb7a59334c2f9e7209793991cf.patch --- diff --git a/modules/pipelimit/pl_ht.c b/modules/pipelimit/pl_ht.c index a79ccce..b6d5cb6 100644 --- a/modules/pipelimit/pl_ht.c +++ b/modules/pipelimit/pl_ht.c @@ -83,7 +83,7 @@ int pl_init_htable(unsigned int hsize) { if(lock_init(&_pl_pipes_ht->slots[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
