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

- s/Parseing/Parsing/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2025-10-26 16:26:21 +01:00
parent 081218b7a2
commit 39d43543b3

View file

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