summaryrefslogtreecommitdiff
path: root/dotbot/executor/commandrunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'dotbot/executor/commandrunner.py')
-rw-r--r--dotbot/executor/commandrunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotbot/executor/commandrunner.py b/dotbot/executor/commandrunner.py
index 4ca6c83..af4d1ef 100644
--- a/dotbot/executor/commandrunner.py
+++ b/dotbot/executor/commandrunner.py
@@ -30,5 +30,5 @@ class CommandRunner(Executor):
if success:
self._log.info('All commands have been executed')
else:
- self._log.error('Some commands were not sucessfully executed')
+ self._log.error('Some commands were not successfully executed')
return success