[sr-dev] git:master:dac801f5: drouting: fix typo

Victor Seva linuxmaniac at torreviejawireless.org
Thu Feb 8 09:54:58 CET 2018


Module: kamailio
Branch: master
Commit: dac801f5b1b4903eb4dd4668fb449bf9e4c1171d
URL: https://github.com/kamailio/kamailio/commit/dac801f5b1b4903eb4dd4668fb449bf9e4c1171d

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2018-02-08T09:30:17+01:00

drouting: fix typo

Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/drouting.so colum column

---

Modified: src/modules/drouting/dr_load.c

---

Diff:  https://github.com/kamailio/kamailio/commit/dac801f5b1b4903eb4dd4668fb449bf9e4c1171d.diff
Patch: https://github.com/kamailio/kamailio/commit/dac801f5b1b4903eb4dd4668fb449bf9e4c1171d.patch

---

diff --git a/src/modules/drouting/dr_load.c b/src/modules/drouting/dr_load.c
index e849944940..768392f957 100644
--- a/src/modules/drouting/dr_load.c
+++ b/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) {                   \




More information about the sr-dev mailing list