]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo in comment
authorGary Kotton <gkotton@vmware.com>
Wed, 9 Apr 2014 09:21:47 +0000 (02:21 -0700)
committerGary Kotton <gkotton@vmware.com>
Wed, 9 Apr 2014 09:22:49 +0000 (02:22 -0700)
Corrects a typo in a comment.

Change-Id: I6f9bef364bf68f376505d7adbe68769239fef502

neutron/plugins/vmware/vshield/edge_appliance_driver.py

index 72872a73a5767c95265430aef02148295f8f9a93..e0b59cdd234ba11dd2b9409995e7c036dca39d13 100644 (file)
@@ -346,7 +346,7 @@ class EdgeApplianceDriver(object):
         self.task_manager.add(task)
 
         if wait_for_exec:
-            # waitl until the deploy task is executed so edge_id is available
+            # wait until the deploy task is executed so edge_id is available
             task.wait(TaskState.EXECUTED)
 
         return task