summaryrefslogtreecommitdiff
path: root/progs/demos/cubemap.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-04-09 21:50:08 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-04-09 21:50:08 +0000
commit0b77a1c6350943af4a65cffa182bf3ab0d42ef2e (patch)
tree379c8ebb9c87faacd0003d3914261499198956b5 /progs/demos/cubemap.c
parentad80233d5de6f1e4527ffe3f1ed552c0da095d7e (diff)
fix typo
Diffstat (limited to 'progs/demos/cubemap.c')
-rw-r--r--progs/demos/cubemap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c
index 5818337c12..a3774afec7 100644
--- a/progs/demos/cubemap.c
+++ b/progs/demos/cubemap.c
@@ -1,5 +1,3 @@
-/* $Id: cubemap.c,v 1.4 2002/10/25 17:20:26 brianp Exp $ */
-
/*
* GL_ARB_texture_cube_map demo
*
@@ -395,7 +393,7 @@ int main( int argc, char *argv[] )
glutInitWindowPosition(0, 0);
glutInitWindowSize(600, 500);
glutInitDisplayMode( GLUT_RGB | GLUT_DEPTH | GLUT_DOUBLE );
- glutCreateWindow("Texture Cube Maping");
+ glutCreateWindow("Texture Cube Mapping");
if (argc > 1 && strcmp(argv[1] , "-i") == 0)
init( 1 );