From: Gary Kotton Date: Wed, 9 Apr 2014 09:21:47 +0000 (-0700) Subject: Fix typo in comment X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=510d9be2143ca22bec7d62e3dfa52adeccb835ee;p=openstack-build%2Fneutron-build.git Fix typo in comment Corrects a typo in a comment. Change-Id: I6f9bef364bf68f376505d7adbe68769239fef502 --- diff --git a/neutron/plugins/vmware/vshield/edge_appliance_driver.py b/neutron/plugins/vmware/vshield/edge_appliance_driver.py index 72872a73a..e0b59cdd2 100644 --- a/neutron/plugins/vmware/vshield/edge_appliance_driver.py +++ b/neutron/plugins/vmware/vshield/edge_appliance_driver.py @@ -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