Skip to content

Commit

Permalink
tmx: 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 9fc0cad commit efc5873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tmx/tmx_pretran.c
Expand Up @@ -195,7 +195,7 @@ int tmx_check_pretran(sip_msg_t *msg)
pretran_t *it;

if(_tmx_ptran_table==NULL) {
LM_ERR("pretran hash table not intialized yet\n");
LM_ERR("pretran hash table not initialized yet\n");
return -1;
}
if(get_route_type()!=REQUEST_ROUTE) {
Expand Down

0 comments on commit efc5873

Please sign in to comment.