summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-25 16:14:59 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-25 16:14:59 +0300
commit55a0c936a27c113e3b0a3a1fc9d75a48f770b982 (patch)
tree51a26a7d16f816d14af6f73e8bffd286372f310f
parent93e1a6f42548025bcccd3e8cfbcbd1001b4e4a40 (diff)
downloadick2-55a0c936a27c113e3b0a3a1fc9d75a48f770b982.tar.gz
Fix: type in message
-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: