]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
corrects the typos in l3_router_plugin's comments
authorPrasoon Telang <prasoontelang@gmail.com>
Wed, 20 Aug 2014 09:01:29 +0000 (14:31 +0530)
committerPrasoon Telang <prasoontelang@gmail.com>
Wed, 20 Aug 2014 09:07:36 +0000 (14:37 +0530)
there were some typos in the docstring of the function
create_floatingip(). This patch corrects them

Change-Id: I869567d5470a27ff037feeabfc1057b8e2da38b7
Closes-Bug: #1359113

neutron/services/l3_router/l3_router_plugin.py

index 0e94275ce9b8402392490be15afbf67e29f4ac41..700b4b2cef8f989b203503dc9003cd2f085f6e94 100644 (file)
@@ -88,11 +88,11 @@ class L3RouterPlugin(common_db_mixin.CommonDbMixin,
         """Create floating IP.
 
         :param context: Neutron request context
-        :param floatingip: data fo the floating IP being created
+        :param floatingip: data for the floating IP being created
         :returns: A floating IP object on success
 
-        AS the l3 router plugin aysnchrounously creates floating IPs
-        leveraging tehe l3 agent, the initial status fro the floating
+        As the l3 router plugin asynchronously creates floating IPs
+        leveraging the l3 agent, the initial status for the floating
         IP object will be DOWN.
         """
         return super(L3RouterPlugin, self).create_floatingip(