docs: existant -> existent
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 29 Sep 2020 17:19:29 +0000 (19:19 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 30 Sep 2020 08:18:20 +0000 (08:18 +0000)
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>

docs/versions.rst

index 52a3e9d..2aaf221 100644 (file)
@@ -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