Commit 6682da8c authored by Rafael Monnerat's avatar Rafael Monnerat

Fix Typo

parent b8e5e902
......@@ -62,7 +62,7 @@ def startFakeEnvironment(start_openoffice=True, conf_path=None):
office_binary_path = config.get("app:main", "office_binary_path")
environment_dict = {}
for item in config.options("app:main"):
if item.startswitc("env-"):
if item.startswith("env-"):
environment_dict[item[4:].upper()] = config.get("app:main", item)
tmp_dir = path.join(working_path, 'tmp')
check_folder(working_path, tmp_dir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment