From b976164ee995ca35ccef79c23e7c362a326085d0 Mon Sep 17 00:00:00 2001
From: Sergei Trofimov <sergei.trofimov@arm.com>
Date: Fri, 5 Jun 2015 09:04:57 +0100
Subject: [PATCH] Fixing typo in a cpustate parameter name.

---
 wlauto/result_processors/cpustate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wlauto/result_processors/cpustate.py b/wlauto/result_processors/cpustate.py
index 5be986ff..1ec5f85f 100644
--- a/wlauto/result_processors/cpustate.py
+++ b/wlauto/result_processors/cpustate.py
@@ -90,7 +90,7 @@ class CpuStatesProcessor(ResultProcessor):
                   reports will be similar to the overall report, except they won't mention
                   the workload name or iteration number (as that is implied by their location).
                   """),
-        Parameter('user_ratios', kind=bool, default=False,
+        Parameter('use_ratios', kind=bool, default=False,
                   description="""
                   By default proportional values will be reported as percentages, if this
                   flag is enabled, they will be reported as ratios instead.