summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-18 21:41:31 -0800
committerVinson Lee <vlee@vmware.com>2010-01-18 21:41:31 -0800
commit08063ba4499c47c9b55c80878a668050c6272c30 (patch)
tree9267b16af312118d60d82524f06f4e86ea4a4443 /src/mesa/main/debug.c
parentb36b85f9d0c721188582e6daa3328ab9766f85c0 (diff)
mesa: Fix typo of 'unknown' in debug.c.
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r--src/mesa/main/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c
index d4d099a08b..9bad83487f 100644
--- a/src/mesa/main/debug.c
+++ b/src/mesa/main/debug.c
@@ -52,7 +52,7 @@ const char *_mesa_prim_name[GL_POLYGON+4] = {
"GL_QUAD_STRIP",
"GL_POLYGON",
"outside begin/end",
- "inside unkown primitive",
+ "inside unknown primitive",
"unknown state"
};