mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
rtlbtfw(8): Fix a typo in an error message
- s/Parseing/Parsing/ MFC after: 1 week
This commit is contained in:
parent
081218b7a2
commit
39d43543b3
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ main(int argc, char *argv[])
|
|||
} else
|
||||
r = rtlbt_parse_fwfile_v1(&fw, rom_version);
|
||||
if (r < 0) {
|
||||
rtlbt_err("Parseing firmware file failed");
|
||||
rtlbt_err("Parsing firmware file failed");
|
||||
goto shutdown;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue