From: Vinson Lee Date: Fri, 28 Sep 2012 05:32:10 +0000 (-0700) Subject: mesa: Fix typo in error message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d239cb1ccfdf69ff587d5bc74c2174cf51c349b4;p=mesa.git mesa: Fix typo in error message. Signed-off-by: Vinson Lee --- 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