]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo in service_drivers.ipsec
authorTomoko Inoue <inoue.tomoko@lab.ntt.co.jp>
Mon, 17 Feb 2014 19:10:30 +0000 (04:10 +0900)
committerTomoko Inoue <inoue.tomoko@lab.ntt.co.jp>
Mon, 17 Feb 2014 19:31:11 +0000 (04:31 +0900)
Closes-Bug: #1280597

Change-Id: If2238d66af4db1b0134bbd6407b2229b4af363ee

neutron/services/vpn/service_drivers/ipsec.py

index 4ba45a8b39b89a96cde02e6b9c300ab30690e3a0..1dc1657b22cf835048e451a043f362fd7408e1d1 100644 (file)
@@ -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)