Mesa (master): mesa: Fix typo in error message.

Vinson Lee vlee at kemper.freedesktop.org
Fri Sep 28 05:40:09 UTC 2012


Module: Mesa
Branch: master
Commit: d239cb1ccfdf69ff587d5bc74c2174cf51c349b4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d239cb1ccfdf69ff587d5bc74c2174cf51c349b4

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Thu Sep 27 22:32:10 2012 -0700

mesa: Fix typo in error message.

Signed-off-by: Vinson Lee <vlee at freedesktop.org>

---

 src/mesa/main/APIspecutil.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/APIspecutil.py b/src/mesa/main/APIspecutil.py
index 9e604bb..3c15528 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
 




More information about the mesa-commit mailing list