Skip to content

Commit 555dc44

Browse files
committed
Spelling fixes
Thanks Lintian! You're a champ!
1 parent fd80be1 commit 555dc44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dmidecode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ void dmi_memory_device_speed(xmlNode *node, u16 code)
26862686
dmixml_AddAttribute(data_n, "flags", "0x%04x", code);
26872687

26882688
if(code == 0) {
2689-
dmixml_AddAttribute(data_n, "unkown", "1");
2689+
dmixml_AddAttribute(data_n, "unknown", "1");
26902690
} else {
26912691
dmixml_AddAttribute(data_n, "speed_ns", "%.1f", (float) 1000 / code);
26922692
dmixml_AddAttribute(data_n, "unit", "MHz");

src/xmlpythonizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ ptzMAP *dmiMAP_ParseMappingXML_GroupName(xmlDoc *xmlmap, const char *mapname) {
572572
// Validate the XML mapping document and get the root element
573573
node = dmiMAP_GetRootElement(xmlmap);
574574
if( node == NULL ) {
575-
PyReturnError(PyExc_RuntimeError, "No valid mapping XML recieved");
575+
PyReturnError(PyExc_RuntimeError, "No valid mapping XML received");
576576
}
577577

578578
// Find the <GroupMapping> section

0 commit comments

Comments
 (0)