From 648cf6334378860dc5a1b2c629afb54ec1f7271a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 19:19:29 +0200 Subject: [PATCH] docs: existant -> existent Reviewed-by: Eric Engestrom Part-of: --- docs/versions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versions.rst b/docs/versions.rst index 52a3e9d6e4b..2aaf2212e82 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -1366,7 +1366,7 @@ Bug fixes: - fixed bug in GL_IBM_rasterpos_clip (missing return) - GL_DEPTH_TEXTURE_MODE = GL_ALPHA didn't work correctly - a few Solaris compilation fixes -- fixed glClear() problem for DRI drivers (non-existant stencil, etc) +- fixed glClear() problem for DRI drivers (non-existent stencil, etc) - fixed int/REAL mixup in GLU NURBS curve evaluator (Eric Cazeaux) - fixed delete [] bug in SI GLU (bug 721765) (Diego Santa Cruz) - glFog() didn't clamp fog colors