mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ocs_fc(4): Fix a typo in an error message
- s/faild/failed/ MFC after: 5 days
This commit is contained in:
parent
31c472b8a6
commit
dabebd0ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -8677,7 +8677,7 @@ sli_fc_rq_set_alloc(sli4_t *sli4, uint32_t num_rq_pairs,
|
|||
}
|
||||
|
||||
if (sli_bmbx_command(sli4)){
|
||||
ocs_log_crit(sli4->os, "bootstrap mailbox write faild RQSet\n");
|
||||
ocs_log_crit(sli4->os, "bootstrap mailbox write failed RQSet\n");
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue