From d3641c71a7826dbedd3504749297d1a9d253603f Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 4 Feb 2015 16:34:48 +0100 Subject: Fix silly typo Signed-off-by: David Sommerseth --- src/dmidecodemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } } -- cgit