From b1874a26952a2201c2743c31321f9727005c0de5 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 28 Sep 2020 17:53:58 +0200 Subject: [PATCH] docs: clippping -> clipping Reviewed-by: Eric Anholt Part-of: --- docs/versions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versions.rst b/docs/versions.rst index 67a816a0182..0541120d499 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -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