Skip to content

Commit

Permalink
debugger: fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 29, 2015
1 parent fd40efe commit 65ce2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/debugger/debugger_api.c
Expand Up @@ -1088,7 +1088,7 @@ int dbg_init_mod_levels(int dbg_mod_hash_size)
{
if(lock_init(&_dbg_mod_table[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 65ce2c6

Please sign in to comment.