diff options
| author | Pádraig Brady <pbrady@redhat.com> | 2013-01-16 17:52:38 +0000 |
|---|---|---|
| committer | Pádraig Brady <pbrady@redhat.com> | 2013-01-21 23:14:13 +0000 |
| commit | f379db545cf63f4ec854df748a1b7d256dc9bad4 (patch) | |
| tree | f09f8adf9db9aad67d5ecd862ce7be2f4af40b41 /nova/compute | |
| parent | a4d608fa33b328d7ed77c7f9c40ffbb43c0ade6b (diff) | |
fix misspellings in logs, comments and tests
Flagged with: https://github.com/lyda/misspell-check
Run with: git ls-files | misspellings -f -
Fixes bug: 1100083
Change-Id: Icf1f844fea8ad0a1101d1dc64b9a126608e9536e
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 03c54a363..6d799c1e3 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -2566,7 +2566,7 @@ class ComputeManager(manager.SchedulerDependentManager): mp) except Exception: # pylint: disable=W0702 with excutils.save_and_reraise_exception(): - msg = _("Faild to detach volume %(volume_id)s from %(mp)s") + msg = _("Failed to detach volume %(volume_id)s from %(mp)s") LOG.exception(msg % locals(), context=context, instance=instance) volume = self.volume_api.get(context, volume_id) |
