Skip to content

Commit 2ccf9b4

Browse files
authored
fix typo Unkown/Unknown
1 parent 92f117b commit 2ccf9b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dmidecode.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ void dmi_processor_family(xmlNode *node, const struct dmi_header *h, u16 ver)
10401040
const char *manufacturer = dmi_string(h, data[0x07]);
10411041

10421042
if( manufacturer == NULL ) {
1043-
dmixml_AddTextContent(family_n, "Core 2 or K7 (Unkown manufacturer)");
1043+
dmixml_AddTextContent(family_n, "Core 2 or K7 (Unknown manufacturer)");
10441044
return;
10451045
}
10461046

@@ -1056,7 +1056,7 @@ void dmi_processor_family(xmlNode *node, const struct dmi_header *h, u16 ver)
10561056
dmixml_AddTextContent(family_n, "K7");
10571057
return;
10581058
}
1059-
dmixml_AddTextContent(family_n, "Core 2 or K7 (Unkown manufacturer)");
1059+
dmixml_AddTextContent(family_n, "Core 2 or K7 (Unknown manufacturer)");
10601060
return;
10611061
}
10621062

0 commit comments

Comments
 (0)