mesa: Fix typo in error message.
authorVinson Lee <vlee@freedesktop.org>
Fri, 28 Sep 2012 05:32:10 +0000 (22:32 -0700)
committerVinson Lee <vlee@freedesktop.org>
Fri, 28 Sep 2012 05:32:10 +0000 (22:32 -0700)
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/APIspecutil.py

index 9e604bb84b3bc11afab80d267c26b5228fbe0536..3c1552809294ddd26240d4bf179c41ebac892d9c 100644 (file)
@@ -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