]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixes spelling error
authorMatthew Weeks <maweeks@cisco.com>
Fri, 28 Feb 2014 19:31:43 +0000 (11:31 -0800)
committerMatthew Weeks <maweeks@cisco.com>
Fri, 28 Feb 2014 19:34:19 +0000 (11:34 -0800)
Closes-Bug: #1284257

Change-Id: I3c5ff9b7e8830023f54d09d74c1a9d3c9a4b82f5

neutron/manager.py

index 9e5ef196779b62475aa59b9302c0de0a98b4fd51..96ff94ae8f03308377b0b95bd6a2466fa5f7ebab 100644 (file)
@@ -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)