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