From e6922621b9d48360e06f5666be5a09d4a8eddf00 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 20 Aug 2012 17:19:17 -0400 Subject: Typo fix: existant => existent Impact: * debug log message in nova/compute/manager * Test function names * Test strings and comments Change-Id: I9be1b0ced2dfe257eef9785659f2cbe27b07ad3f --- nova/console/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/console') 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 -- cgit