mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
firewire(4): Fix a typo in an error message
- s/faild/failed/ MFC after: 5 days
This commit is contained in:
parent
dabebd0ba2
commit
c03e35accc
1 changed files with 1 additions and 1 deletions
|
|
@ -1663,7 +1663,7 @@ sbp_targ_mgm_handler(struct fw_xfer *xfer)
|
|||
} else {
|
||||
orbi->status.dead = 1;
|
||||
orbi->status.status = STATUS_ACCESS_DENY;
|
||||
printf("%s: reconnection faild id=%d\n",
|
||||
printf("%s: reconnection failed id=%d\n",
|
||||
__func__, orb4->id);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue