From: Stanislav Kudriashev Date: Thu, 31 Jul 2014 13:41:53 +0000 (+0300) Subject: Fix spelling in get_plugin_interface docstring X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=045a1fcfda55395127a735ac5662e635b6edd331;p=openstack-build%2Fneutron-build.git Fix spelling in get_plugin_interface docstring Change-Id: I2d0910091184ceb183019778fb1adcc3baf8676d --- diff --git a/neutron/api/extensions.py b/neutron/api/extensions.py index 4f9988e01..e67060339 100644 --- a/neutron/api/extensions.py +++ b/neutron/api/extensions.py @@ -149,7 +149,7 @@ class ExtensionDescriptor(object): def get_plugin_interface(self): """Returns an abstract class which defines contract for the plugin. - The abstract class should inherit from extesnions.PluginInterface, + The abstract class should inherit from extensions.PluginInterface, Methods in this abstract class should be decorated as abstractmethod """ return None