Skip to content

Commit

Permalink
uac: fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 29, 2015
1 parent 4d2930c commit a2de9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uac/uac_reg.c
Expand Up @@ -228,7 +228,7 @@ int uac_reg_init_ht(unsigned int sz)
{
if(lock_init(&_reg_htable->entries[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 a2de9d6

Please sign in to comment.