summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorVinson Lee <[email protected]>2012-09-27 22:32:10 -0700
committerVinson Lee <[email protected]>2012-09-27 22:32:10 -0700
commitd239cb1ccfdf69ff587d5bc74c2174cf51c349b4 (patch)
tree585d113f3660375016fdd58c2f4b52d7055e3dfa /src/mesa
parent92b3a99ce5f54f2c692c8db5a0c471aac0ff7c82 (diff)
mesa: Fix typo in error message.
Signed-off-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/APIspecutil.py2
1 files changed, 1 insertions, 1 deletions
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