aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/APIspecutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/APIspecutil.py')
-rw-r--r--mesalib/src/mesa/main/APIspecutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mesa/main/APIspecutil.py b/mesalib/src/mesa/main/APIspecutil.py
index 9e604bb84..3c1552809 100644
--- a/mesalib/src/mesa/main/APIspecutil.py
+++ b/mesalib/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