summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2015-06-08 17:40:40 +0200
committerDavid Sommerseth <davids@redhat.com>2015-06-08 17:41:18 +0200
commitdfeb8508e16054bb8ac4c5e521cee41c9ea5b4c9 (patch)
tree86ec10119c7c16f4ab2e47976e68ea8113658434
parent92f117b13b3ef2506bcf9c15ff1e151206c6faee (diff)
parentd3641c71a7826dbedd3504749297d1a9d253603f (diff)
downloadpython-dmidecode-master.tar.gz
python-dmidecode-master.tar.xz
python-dmidecode-master.zip
Clean-up some branch differencesHEADmaster
Signed-off-by: David Sommerseth <davids@redhat.com>
-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);
}
}