ng_btsocket(4): Fix a typo in an error message

- s/mulitplexor/multiplexor/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2022-04-06 18:27:29 +02:00
parent 0938d04a2c
commit f64919bbd9

View file

@ -2001,7 +2001,7 @@ ng_btsocket_rfcomm_receive_sabm(ng_btsocket_rfcomm_session_p s, int dlci)
/* Make sure multiplexor channel is open */
if (s->state != NG_BTSOCKET_RFCOMM_SESSION_OPEN) {
NG_BTSOCKET_RFCOMM_ERR(
"%s: Got SABM for dlci=%d with mulitplexor channel closed, state=%d, " \
"%s: Got SABM for dlci=%d with multiplexor channel closed, state=%d, " \
"flags=%#x\n", __func__, dlci, s->state, s->flags);
return (EINVAL);