docs: clippping -> clipping
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 28 Sep 2020 15:53:58 +0000 (17:53 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 29 Sep 2020 09:00:36 +0000 (09:00 +0000)
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6894>

docs/versions.rst

index 67a816a..0541120 100644 (file)
@@ -160,7 +160,7 @@ Bug fixes:
 
 -  glGet*(GL_DEPTH_BITS) returned bytes, not bits
 -  point, line, and bitmap rasterization suffered from roundoff errors
--  fixed a division by zero error in line clippping
+-  fixed a division by zero error in line clipping
 -  occasional wrong default background color really fixed!
 -  glDepthFunc(GL_ALWAYS) with glDepthMask(GL_FALSE) didn't work
 -  gluBuild2DMipmaps malloc problem fixed