mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ng_btsocket(4): Fix a typo in an error message
- s/mulitplexor/multiplexor/ MFC after: 5 days
This commit is contained in:
parent
0938d04a2c
commit
f64919bbd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue