diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-21 16:00:32 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-21 16:00:32 -0400 |
commit | 81e197b2a5457bb9f7ed72f82c2d33fd8dbfc202 (patch) | |
tree | e3b9431a055d3072ed1805f30c15f641e8bae59d /glx/glxscreens.c | |
parent | 3891dd892449fcdb7a514e3c5e7e763ba7e74003 (diff) |
Bug #18159: Spell "anisotropic" correctly
Diffstat (limited to 'glx/glxscreens.c')
-rw-r--r-- | glx/glxscreens.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/glxscreens.c b/glx/glxscreens.c index 8e5957188..0c76cfdab 100644 --- a/glx/glxscreens.c +++ b/glx/glxscreens.c @@ -106,7 +106,7 @@ static const char GLServerExtensions[] = "GL_EXT_texture_env_add " "GL_EXT_texture_env_combine " "GL_EXT_texture_env_dot3 " - "GL_EXT_texture_filter_ansiotropic " + "GL_EXT_texture_filter_anisotropic " "GL_EXT_texture_lod " "GL_EXT_texture_lod_bias " "GL_EXT_texture_mirror_clamp " |