aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deploy/cloud/deployment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/cloud/deployment.py b/deploy/cloud/deployment.py
index ecccc241f..5dd026318 100644
--- a/deploy/cloud/deployment.py
+++ b/deploy/cloud/deployment.py
@@ -130,7 +130,7 @@ class Deployment(object):
log('Error during deployment: {}'.format(msg))
break
if sts == 'running':
- log('Environmnent deploymnet progress: {}%'.format(prg))
+ log('Environment deployment progress: {}%'.format(prg))
elif sts == 'ready':
ready = True
break