From 510d9be2143ca22bec7d62e3dfa52adeccb835ee Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Wed, 9 Apr 2014 02:21:47 -0700 Subject: [PATCH] Fix typo in comment Corrects a typo in a comment. Change-Id: I6f9bef364bf68f376505d7adbe68769239fef502 --- neutron/plugins/vmware/vshield/edge_appliance_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2