diff options
author | Vinson Lee <[email protected]> | 2010-01-18 21:41:31 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 21:41:31 -0800 |
commit | 08063ba4499c47c9b55c80878a668050c6272c30 (patch) | |
tree | 9267b16af312118d60d82524f06f4e86ea4a4443 /src/mesa/main | |
parent | b36b85f9d0c721188582e6daa3328ab9766f85c0 (diff) |
mesa: Fix typo of 'unknown' in debug.c.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index d4d099a08b6..9bad83487fb 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" }; |