From 16dc5b9b5273c36d6b9f76b96d8753a4a7d511d0 Mon Sep 17 00:00:00 2001 From: Matthew Weeks Date: Fri, 28 Feb 2014 11:31:43 -0800 Subject: [PATCH] Fixes spelling error Closes-Bug: #1284257 Change-Id: I3c5ff9b7e8830023f54d09d74c1a9d3c9a4b82f5 --- neutron/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/manager.py b/neutron/manager.py index 9e5ef196779..96ff94ae8f0 100644 --- a/neutron/manager.py +++ b/neutron/manager.py @@ -104,7 +104,7 @@ class NeutronManager(object): # NOTE(jkoelker) Testing for the subclass with the __subclasshook__ # breaks tach monitoring. It has been removed - # intentianally to allow v2 plugins to be monitored + # intentionally to allow v2 plugins to be monitored # for performance metrics. plugin_provider = cfg.CONF.core_plugin LOG.info(_("Loading core plugin: %s"), plugin_provider)