Module: Mesa Branch: mesa_7_7_branch Commit: 08063ba4499c47c9b55c80878a668050c6272c30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08063ba4499c47c9b55c80878a668050c6272c30
Author: Vinson Lee <[email protected]> Date: Mon Jan 18 21:41:31 2010 -0800 mesa: Fix typo of 'unknown' in debug.c. --- 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 d4d099a..9bad834 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" }; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
