浏览代码

tsilo: fix typo

Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/tsilo.so uknown unknown
Victor Seva 7 年之前
父节点
当前提交
5ef5ddda58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/tsilo/ts_handlers.c

+ 1 - 1
src/modules/tsilo/ts_handlers.c

@@ -95,7 +95,7 @@ void ts_onreply(struct cell* t, int type, struct tmcb_params *param)
 		LM_DBG("transaction %u:%u not found\n",cb_ptr->tindex, cb_ptr->tlabel);
 		unlock_entry(_e);
 	} else {
-		LM_DBG("called with uknown type %d\n", type);
+		LM_DBG("called with unknown type %d\n", type);
 	}
 
 	return;