diff options
author | Brian Paul <[email protected]> | 2003-04-09 21:50:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-04-09 21:50:08 +0000 |
commit | 0b77a1c6350943af4a65cffa182bf3ab0d42ef2e (patch) | |
tree | 379c8ebb9c87faacd0003d3914261499198956b5 /progs/xdemos | |
parent | ad80233d5de6f1e4527ffe3f1ed552c0da095d7e (diff) |
fix typo
Diffstat (limited to 'progs/xdemos')
-rw-r--r-- | progs/xdemos/glxinfo.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/progs/xdemos/glxinfo.c b/progs/xdemos/glxinfo.c index 230823eb8d4..f3fb6fd659c 100644 --- a/progs/xdemos/glxinfo.c +++ b/progs/xdemos/glxinfo.c @@ -1,5 +1,3 @@ -/* $Id: glxinfo.c,v 1.21 2002/11/04 16:24:18 brianp Exp $ */ - /* * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -718,7 +716,7 @@ usage(void) printf("\t-h: This information.\n"); printf("\t-i: Force an indirect rendering context.\n"); printf("\t-b: Find the 'best' visual and print it's number.\n"); - printf("\t-l: Print interesting OpenGLl imits.\n"); + printf("\t-l: Print interesting OpenGL limits.\n"); } |