Skip to content

Commit

Permalink
msrp: fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 29, 2015
1 parent 447b7f1 commit 9c70d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/msrp/msrp_cmap.c
Expand Up @@ -95,7 +95,7 @@ int msrp_cmap_init(int msize)
{
if(lock_init(&_msrp_cmap_head->cslots[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 9c70d69

Please sign in to comment.