From 84d953b7ed06f994c6d0b1ee7d5a063b3b5db2f6 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sat, 23 Jul 2022 20:27:28 +0200 Subject: [PATCH] Fixed type --- src/cw/cw_put_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cw/cw_put_msg.c b/src/cw/cw_put_msg.c index 0fd582f1..ca4e71a8 100644 --- a/src/cw/cw_put_msg.c +++ b/src/cw/cw_put_msg.c @@ -65,7 +65,7 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout) msg->preprocess(conn); } - cw_dbg(DBG_MSG_ASSEMBLY,"*** Assenmbling message of type %d (%s) ***", + cw_dbg(DBG_MSG_ASSEMBLY,"*** Assembling message of type %d (%s) ***", msg->type, msg->name); dst = msgptr+8;