diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-08-20 17:19:17 -0400 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-08-22 11:26:13 -0700 |
| commit | e6922621b9d48360e06f5666be5a09d4a8eddf00 (patch) | |
| tree | a9b916294bbc4b38572ae1cb066a6c3869d85986 /nova/console | |
| parent | 5dc0039c85957502db36b7da5558f9449cd03ada (diff) | |
| download | nova-e6922621b9d48360e06f5666be5a09d4a8eddf00.tar.gz nova-e6922621b9d48360e06f5666be5a09d4a8eddf00.tar.xz nova-e6922621b9d48360e06f5666be5a09d4a8eddf00.zip | |
Typo fix: existant => existent
Impact:
* debug log message in nova/compute/manager
* Test function names
* Test strings and comments
Change-Id: I9be1b0ced2dfe257eef9785659f2cbe27b07ad3f
Diffstat (limited to 'nova/console')
| -rw-r--r-- | nova/console/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/console/manager.py b/nova/console/manager.py index ddb564f06..c0a9908a8 100644 --- a/nova/console/manager.py +++ b/nova/console/manager.py @@ -99,7 +99,7 @@ class ConsoleProxyManager(manager.Manager): try: console = self.db.console_get(context, console_id) except exception.NotFound: - LOG.debug(_('Tried to remove non-existant console ' + LOG.debug(_('Tried to remove non-existent console ' '%(console_id)s.') % {'console_id': console_id}) return |
