From: Tomoko Inoue Date: Mon, 17 Feb 2014 19:10:30 +0000 (+0900) Subject: Fix typo in service_drivers.ipsec X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=854a5ac0bec932130eac0ac1ca1e679cc6487c93;p=openstack-build%2Fneutron-build.git Fix typo in service_drivers.ipsec Closes-Bug: #1280597 Change-Id: If2238d66af4db1b0134bbd6407b2229b4af363ee --- diff --git a/neutron/services/vpn/service_drivers/ipsec.py b/neutron/services/vpn/service_drivers/ipsec.py index 4ba45a8b3..1dc1657b2 100644 --- a/neutron/services/vpn/service_drivers/ipsec.py +++ b/neutron/services/vpn/service_drivers/ipsec.py @@ -47,7 +47,7 @@ class IPsecVpnDriverCallBack(object): return n_rpc.PluginRpcDispatcher([self]) def get_vpn_services_on_host(self, context, host=None): - """Retuns the vpnservices on the host.""" + """Returns the vpnservices on the host.""" plugin = self.driver.service_plugin vpnservices = plugin._get_agent_hosting_vpn_services( context, host)