dconschat(8): Fix a typo in an error message

- s/faild/failed/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2022-10-25 12:58:55 +02:00
parent 24a630de81
commit 7bef61eef3

View file

@ -281,7 +281,7 @@ dconschat_get_crom(struct dcons_state *dc)
for (i = 20; i < 0x400; i += 4) {
if (dread(dc, &buf, 4, addr + i) < 0) {
if (verbose)
warn("crom read faild");
warn("crom read failed");
goto out;
}
buf = ntohl(buf);