Module: kamailio Branch: master Commit: 447b7f10a7e6259cd560ec1d12d1f63f41458ccb URL: https://github.com/kamailio/kamailio/commit/447b7f10a7e6259cd560ec1d12d1f63f...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2015-05-29T12:45:47+02:00
htable: fix spelling error
---
Modified: modules/htable/ht_api.c
---
Diff: https://github.com/kamailio/kamailio/commit/447b7f10a7e6259cd560ec1d12d1f63f... Patch: https://github.com/kamailio/kamailio/commit/447b7f10a7e6259cd560ec1d12d1f63f...
---
diff --git a/modules/htable/ht_api.c b/modules/htable/ht_api.c index fb0b117..1a77376 100644 --- a/modules/htable/ht_api.c +++ b/modules/htable/ht_api.c @@ -346,7 +346,7 @@ int ht_init_tables(void) { if(lock_init(&ht->entries[i].lock)==0) { - LM_ERR("cannot initalize lock[%d] in [%.*s]\n", i, + LM_ERR("cannot initialize lock[%d] in [%.*s]\n", i, ht->name.len, ht->name.s); i--; while(i>=0)