Skip to content

Commit

Permalink
pipelimit: fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 29, 2015
1 parent c0d2084 commit 4d2930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pipelimit/pl_ht.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4d2930c

Please sign in to comment.