Commit f088d09c authored by Michal Čihař's avatar Michal Čihař

Fix typo

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d5ff942c
......@@ -186,7 +186,7 @@ class PathMixin(LoggerMixin):
)
if os.path.exists(old_path) and not os.path.exists(new_path):
self.log_info(
'tenaming "%s" to "%s"', old_path, new_path
'renaming "%s" to "%s"', old_path, new_path
)
os.rename(old_path, new_path)
......
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