2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
5ef5ddda58

+ 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;