[Piglit] [PATCH 2/2] run.py: fix typos in resume finished message

Thomas Wood thomas.wood at intel.com
Fri Sep 19 08:16:54 PDT 2014


Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 framework/programs/run.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/programs/run.py b/framework/programs/run.py
index dbd4431..da38aca 100644
--- a/framework/programs/run.py
+++ b/framework/programs/run.py
@@ -330,4 +330,4 @@ def resume(input_):
     backend.finalize()
 
     print("Thank you for running Piglit!\n"
-          "Results have ben wrriten to {0}".format(args.results_path))
+          "Results have been written to {0}".format(args.results_path))
-- 
1.9.3



More information about the Piglit mailing list