Merge pull request #13 from alagoutte/patch-1

Fix typo

FossilOrigin-Name: 98f2c7492065504a6e90d12b98f72d751b6828f02687e7d0a76c5c9eaac5d4b6
This commit is contained in:
7u83@mail.ru 2016-03-21 18:11:54 +00:00
commit 86f46015cc
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));
}