Skip to content

Commit

Permalink
drouting: fix typo
Browse files Browse the repository at this point in the history
Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/drouting.so colum column
  • Loading branch information
linuxmaniac committed Feb 8, 2018
1 parent 23ae199 commit dac801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/drouting/dr_load.c
Expand Up @@ -87,7 +87,7 @@ static struct dr_gwl_tmp *dr_gw_lists = NULL;
#define check_val(_val, _type, _not_null, _is_empty_str) \
do { \
if((_val)->type != _type) { \
LM_ERR("bad colum type\n"); \
LM_ERR("bad column type\n"); \
goto error; \
} \
if(_not_null && (_val)->nul) { \
Expand Down

0 comments on commit dac801f

Please sign in to comment.