From fc48b86597b624bf21538e697bb9b1a687797456 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 17 Dec 2020 21:05:35 +1100 Subject: [PATCH] docs: fix simple typo, teqhniques -> techniques There is a small typo in Chapter 26 Indexing Multiple Vertex Arrays/external/glfw-2.7/examples/particles.c. Should read `techniques` rather than `teqhniques`. --- .../external/glfw-2.7/examples/particles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 26 Indexing Multiple Vertex Arrays/external/glfw-2.7/examples/particles.c b/Chapter 26 Indexing Multiple Vertex Arrays/external/glfw-2.7/examples/particles.c index 403a999..d34190b 100644 --- a/Chapter 26 Indexing Multiple Vertex Arrays/external/glfw-2.7/examples/particles.c +++ b/Chapter 26 Indexing Multiple Vertex Arrays/external/glfw-2.7/examples/particles.c @@ -4,7 +4,7 @@ // projected on simple geometry). // // This demonstration generates a colorful fountain-like animation. It -// uses several advanced OpenGL teqhniques: +// uses several advanced OpenGL techniques: // // 1) Lighting (per vertex) // 2) Alpha blending