Fix typo in service_drivers.ipsec

Closes-Bug: #1280597

Change-Id: If2238d66af4db1b0134bbd6407b2229b4af363ee
This commit is contained in:
Tomoko Inoue 2014-02-18 04:10:30 +09:00
parent 368b7f858e
commit 854a5ac0be

View 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)