From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- examples/demo/opengl/gllandscape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/demo/opengl/gllandscape.cpp') diff --git a/examples/demo/opengl/gllandscape.cpp b/examples/demo/opengl/gllandscape.cpp index 0aa836687..7336a20c8 100644 --- a/examples/demo/opengl/gllandscape.cpp +++ b/examples/demo/opengl/gllandscape.cpp @@ -509,7 +509,7 @@ void GLLandscape::averageNormals() normals[i-1][k-1].l[t] + normals[i-1][k].l[t] )/6.0; } else { - // Vertices that are on the edge of the height field retquire + // Vertices that are on the edge of the height field require // special attention.. if ( i == 0 && k == 0 ) { for ( int t = 0; t < 3; t++ ) -- cgit v1.2.3