fixed typo in GL_ARB_transpose_matrix
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 24 Apr 2001 21:52:36 +0000 (21:52 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 24 Apr 2001 21:52:36 +0000 (21:52 +0000)
src/mesa/main/extensions.c

index 2c54d0e..3a08267 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: extensions.c,v 1.57 2001/04/17 21:25:53 brianp Exp $ */
+/* $Id: extensions.c,v 1.58 2001/04/24 21:52:36 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -64,7 +64,7 @@ static struct {
    { OFF, "GL_ARB_texture_env_add",            F(EXT_texture_env_add) },
    { OFF, "GL_ARB_texture_env_combine",        F(ARB_texture_env_combine) },
    { OFF, "GL_ARB_texture_env_dot3",           F(ARB_texture_env_dot3) },
-   { ON,  "GL_ARB_tranpose_matrix",            0 },
+   { ON,  "GL_ARB_transpose_matrix",           0 },
    { ON,  "GL_EXT_abgr",                       0 },
    { ON,  "GL_EXT_bgra",                       0 },
    { OFF, "GL_EXT_blend_color",                F(EXT_blend_color) },