From ee0885f4ddb118ae07315ffcbfaf367c528dbc7a Mon Sep 17 00:00:00 2001 From: "alexis.lagoutte@gmail.com" Date: Mon, 21 Mar 2016 12:32:02 +0000 Subject: [PATCH] Fix typo cant't => can't FossilOrigin-Name: c155c9e1fc6eb52ba761c7c1389b72771b31055c8f150ecc4621b1bccf9d8b59 --- src/cw/conn_process_packet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cw/conn_process_packet.c b/src/cw/conn_process_packet.c index 066c99c5..754b4437 100644 --- a/src/cw/conn_process_packet.c +++ b/src/cw/conn_process_packet.c @@ -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)); }