From 02a954afef0b0ed0f0d20125c3dc1e6287790c8e Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 16 Aug 2012 15:07:19 -0500 Subject: Fix spelling typos Fixes for: * nova/*py * nova/scheduler/ * nova/compute/*py * nova/api/ec2/ Change-Id: I7bec89b3551eda84d596e55eeba9ccb9d944a5cb --- nova/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/utils.py') 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): -- cgit