cant't => can't

FossilOrigin-Name: c155c9e1fc6eb52ba761c7c1389b72771b31055c8f150ecc4621b1bccf9d8b59
This commit is contained in:
alexis.lagoutte@gmail.com 2016-03-21 12:32:02 +00:00
parent de9fabf758
commit ee0885f4dd
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ static struct cw_actiondef *load_mods(struct conn *conn, uint8_t * rawmsg, int l
detect_mod(conn, rawmsg, len, elems_len, from, MOD_MODE_CAPWAP);
if (cmod == MOD_NULL) {
cw_dbg(DBG_MSG_ERR,
"Cant't find mod to handle connection from %s , discarding message",
"Can't find mod to handle connection from %s , discarding message",
sock_addr2str_p(from));
return NULL;
}
@ -228,7 +228,7 @@ static struct cw_actiondef *load_mods(struct conn *conn, uint8_t * rawmsg, int l
conn->detected=1;
}
else{
cw_dbg(DBG_MSG_ERR, "Cant't detect bindings ... for %s",
cw_dbg(DBG_MSG_ERR, "Can't detect bindings ... for %s",
sock_addr2str_p(from));
}