Fix typo
cant't => can't FossilOrigin-Name: c155c9e1fc6eb52ba761c7c1389b72771b31055c8f150ecc4621b1bccf9d8b59
This commit is contained in:
parent
de9fabf758
commit
ee0885f4dd
@ -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);
|
detect_mod(conn, rawmsg, len, elems_len, from, MOD_MODE_CAPWAP);
|
||||||
if (cmod == MOD_NULL) {
|
if (cmod == MOD_NULL) {
|
||||||
cw_dbg(DBG_MSG_ERR,
|
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));
|
sock_addr2str_p(from));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
@ -228,7 +228,7 @@ static struct cw_actiondef *load_mods(struct conn *conn, uint8_t * rawmsg, int l
|
|||||||
conn->detected=1;
|
conn->detected=1;
|
||||||
}
|
}
|
||||||
else{
|
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));
|
sock_addr2str_p(from));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user