From 8cf6051db85e01091a37dbcdeaf1b5383cea41b2 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 13 Jun 2017 17:25:23 +0100 Subject: [PATCH] TargetManager: Fixed Typo --- wa/framework/target/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/framework/target/manager.py b/wa/framework/target/manager.py index 8a269e08..1b5022bf 100644 --- a/wa/framework/target/manager.py +++ b/wa/framework/target/manager.py @@ -37,7 +37,7 @@ class TargetManager(object): self._init_target() # If target supports hotplugging, online all cpus before perform discovery - # and restore orignal configuration after completed. + # and restore original configuration after completed. if self.target.has('hotplug'): online_cpus = self.target.list_online_cpus() try: