Skip to content

Commit

Permalink
mtree: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent c5efd88 commit 0cbdb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mtree/mtree.c
Expand Up @@ -765,7 +765,7 @@ int mt_table_spec(char* val)

if(!shm_initialized())
{
LM_ERR("shm not intialized - cannot define mtree now\n");
LM_ERR("shm not initialized - cannot define mtree now\n");
return 0;
}

Expand Down

0 comments on commit 0cbdb90

Please sign in to comment.