aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-11-10 08:28:57 +0100
committerPeter Barabas <peter.barabas@ericsson.com>2016-11-10 08:28:57 +0100
commitd4b0f79649da3ad7a3f3f59d3b92ea230f5b1826 (patch)
tree87bba84fc9445a750482742b2b09804456e95e7b /deploy
parent38579142c683dbf26a6560d53d900111f4df4f6b (diff)
Typo fixes
Change-Id: I189dd771f9985424694ca0164c6e42f117f12bf9 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy')
-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