summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dmidecodemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmidecodemodule.c b/src/dmidecodemodule.c
index b31c002..d914987 100644
--- a/src/dmidecodemodule.c
+++ b/src/dmidecodemodule.c
@@ -260,7 +260,7 @@ xmlNode* load_mappingxml(options *opt) {
// Load mapping into memory
opt->mappingxml = xmlReadFile(opt->python_xml_map, NULL, 0);
if( opt->mappingxml == NULL ) {
- PyReturnError(PyExc_IOError, "Could not open tje XML mapping file '%s'",
+ PyReturnError(PyExc_IOError, "Could not open the XML mapping file '%s'",
opt->python_xml_map);
}
}