From 854a5ac0bec932130eac0ac1ca1e679cc6487c93 Mon Sep 17 00:00:00 2001 From: Tomoko Inoue Date: Tue, 18 Feb 2014 04:10:30 +0900 Subject: [PATCH] Fix typo in service_drivers.ipsec Closes-Bug: #1280597 Change-Id: If2238d66af4db1b0134bbd6407b2229b4af363ee --- neutron/services/vpn/service_drivers/ipsec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2