From 0b77a1c6350943af4a65cffa182bf3ab0d42ef2e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 9 Apr 2003 21:50:08 +0000 Subject: fix typo --- progs/demos/cubemap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'progs/demos/cubemap.c') 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 ); -- cgit v1.2.3