diff --git a/pvc.py b/pvc.py index e2ba6f83..b7fcf4d1 100755 --- a/pvc.py +++ b/pvc.py @@ -418,7 +418,7 @@ def findTargetHypervisorLoad(zk_conn, dom_uuid): if load < least_load: least_load = load - target_hypevisor = hypervisor + target_hypervisor = hypervisor return target_hypervisor