summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-08-16 15:07:19 -0500
committerJoe Gordon <jogo@cloudscaling.com>2012-08-16 18:50:04 -0500
commit02a954afef0b0ed0f0d20125c3dc1e6287790c8e (patch)
treeed30458e7b4bf62cb0ae521f57535f064596f85b /nova/utils.py
parent12257fa089686ac3ca6a11a7c262b8f0f0dcf8ca (diff)
Fix spelling typos
Fixes for: * nova/*py * nova/scheduler/ * nova/compute/*py * nova/api/ec2/ Change-Id: I7bec89b3551eda84d596e55eeba9ccb9d944a5cb
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 762708bc4..965f915a1 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -628,7 +628,7 @@ class _InterProcessLock(object):
self.unlock()
self.lockfile.close()
except IOError:
- LOG.exception(_("Could not release the aquired lock `%s`")
+ LOG.exception(_("Could not release the acquired lock `%s`")
% self.fname)
def trylock(self):