summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-11 16:27:58 -0600
committerBrian Paul <brianp@vmware.com>2009-03-12 09:19:28 -0600
commit4626e57e176c54219d32f3b244f30c8bf0f3f249 (patch)
treec3a7a71bc1a575a1fa981ad8a8d27115b31206ab /progs
parent1e074dcb7bce276d7caa5b0bdd0ce95f3313a2c1 (diff)
demos: fix typo
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/fbotexture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/fbotexture.c b/progs/tests/fbotexture.c
index bc6c7278ed..50a4b00afc 100644
--- a/progs/tests/fbotexture.c
+++ b/progs/tests/fbotexture.c
@@ -587,7 +587,7 @@ Usage(void)
printf("Usage:\n");
printf(" -ds Use combined depth/stencil renderbuffer\n");
printf(" -arb Try GL_ARB_framebuffer_object's mismatched buffer sizes\n");
- printf(" -ds2 Tye GL_ARB_framebuffer_object's GL_DEPTH_STENCIL_ATTACHMENT\n");
+ printf(" -ds2 Try GL_ARB_framebuffer_object's GL_DEPTH_STENCIL_ATTACHMENT\n");
printf("Keys:\n");
printf(" a Toggle animation\n");
printf(" s/s Step/rotate\n");