summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
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 6360f9133..a14263eaf 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -626,7 +626,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):