Module: kamailio
Branch: master
Commit: 447b7f10a7e6259cd560ec1d12d1f63f41458ccb
URL: 
https://github.com/kamailio/kamailio/commit/447b7f10a7e6259cd560ec1d12d1f63f41458ccb

Author: Victor Seva <[email protected]>
Committer: Victor Seva <[email protected]>
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/447b7f10a7e6259cd560ec1d12d1f63f41458ccb.diff
Patch: 
https://github.com/kamailio/kamailio/commit/447b7f10a7e6259cd560ec1d12d1f63f41458ccb.patch

---

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)


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to