From 1832648addaa8e4b7d225ea8af8459b7e651b57a Mon Sep 17 00:00:00 2001
From: Marc Bonnici <marc.bonnici@arm.com>
Date: Thu, 8 Feb 2018 15:10:31 +0000
Subject: [PATCH] Framework/workload: Fix typo

---
 wa/framework/workload.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wa/framework/workload.py b/wa/framework/workload.py
index fe023e2a..bdcb1dc0 100644
--- a/wa/framework/workload.py
+++ b/wa/framework/workload.py
@@ -125,7 +125,7 @@ class Workload(TargetedPlugin):
     def update_output(self, context):
         """
         Update the output within the specified execution context with the
-        metrics and artifacts form this workload iteration.
+        metrics and artifacts for this workload iteration.
 
         """
         pass