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

- s/faild/failed/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2022-10-25 12:54:15 +02:00
parent dabebd0ba2
commit c03e35accc

View file

@ -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;