From d239cb1ccfdf69ff587d5bc74c2174cf51c349b4 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 27 Sep 2012 22:32:10 -0700 Subject: [PATCH] mesa: Fix typo in error message. Signed-off-by: Vinson Lee --- src/mesa/main/APIspecutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/APIspecutil.py b/src/mesa/main/APIspecutil.py index 9e604bb84b3..3c155280929 100644 --- a/src/mesa/main/APIspecutil.py +++ b/src/mesa/main/APIspecutil.py @@ -189,7 +189,7 @@ def _MaxVecSize(func, param): need_conv = __aliases[func.name][1] if need_conv: print >>sys.stderr, \ - "Error: unable to dicide the max size of %s in %s" % \ + "Error: unable to decide the max size of %s in %s" % \ (param.name, func.name) return size -- 2.11.0