diff --git a/libmat2/office.py b/libmat2/office.py
index 488125332619cc7e1e2916a6c2ccd68b98129ff2..36b737867a642f8628a4c019023ba134625875a7 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -109,7 +109,7 @@ class ArchiveBasedAbstractParser(abstract.AbstractParser):
                     if not tmp_parser:
                         shutil.rmtree(temp_folder)
                         os.remove(self.output_filename)
-                        logging.error("in file %s, element %s's format (%s) " +
+                        logging.error("In file %s, element %s's format (%s) " +
                                       "isn't supported",
                                       self.filename, item.filename, mtype)
                         return False