From ea23a4e0f3ecb16f04a1b0bf3b375dc47baa2cad Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Sat, 5 Nov 2011 13:56:09 -0200 Subject: intel_gpu_analyze: Fixing a stupid typo Apparently I only find typos after I send emails where such typos appear on the very first page. Specially on weekends. Signed-off-by: Eugeni Dodonov --- tools/intel_gpu_analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/intel_gpu_analyze.py b/tools/intel_gpu_analyze.py index e1d16d6..252e327 100755 --- a/tools/intel_gpu_analyze.py +++ b/tools/intel_gpu_analyze.py @@ -39,7 +39,7 @@ MINMAXAVG="""

%(descr)s:

Minimum: %(min)s
Maximum: %(max)s
-Agerage: %(avg)s
+Average: %(avg)s

""" -- cgit v1.2.3