summaryrefslogtreecommitdiff
path: root/ick2
diff options
context:
space:
mode:
Diffstat (limited to 'ick2')
-rw-r--r--ick2/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick2/actions.py b/ick2/actions.py
index 89f9ac6..0f73e7b 100644
--- a/ick2/actions.py
+++ b/ick2/actions.py
@@ -287,7 +287,7 @@ class ArchiveBaseAction(Action): # pragma: no cover
if not blob_name:
env.report(1, 'No artifact_name parameter\n')
return 1
- env.report(None, 'Createing new artifact named {}\n'.format(blob_name))
+ env.report(None, 'Creating new artifact named {}\n'.format(blob_name))
globs = step.get('globs')
if globs is None: