Browse Source

drouting: fix typo

Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/drouting.so colum column
Victor Seva 7 years ago
parent
commit
dac801f5b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/drouting/dr_load.c

+ 1 - 1
src/modules/drouting/dr_load.c

@@ -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) {                   \