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

- s/incorret/incorrect/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2022-01-26 10:36:42 +01:00
parent b3df222eae
commit ee6d379be7

View file

@ -217,7 +217,7 @@ amd10h_update(const struct ucode_update_params *params)
fw_size -= sizeof(*section_header);
if (section_header->type != AMD_10H_uCODE_TYPE) {
WARNX(2, "%s is not a valid amd firmware: "
"section has incorret type", path);
"section has incorrect type", path);
goto done;
}
if (section_header->size > fw_size) {