diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2016-09-13 02:01:46 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2016-09-17 14:40:47 -0700 |
commit | 9c5c7901568c471dc6b3a2c56133a47b7dac3d1b (patch) | |
tree | 56ab68cc2f8c7c3d994925af1063b6044112c731 | |
parent | fd71ea222a2670ee093aa782e3c918a2e8a65d69 (diff) |
Fix "glCear" typo.
-rw-r--r-- | tests/texturing/getteximage-formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/getteximage-formats.c b/tests/texturing/getteximage-formats.c index 3b10d9ce7..6f4fb029e 100644 --- a/tests/texturing/getteximage-formats.c +++ b/tests/texturing/getteximage-formats.c @@ -546,7 +546,7 @@ piglit_init(int argc, char **argv) } else if (strcmp(argv[i], "init-by-clear-and-render") == 0) { init_by_clearing_first = GL_TRUE; puts("The textures will be initialized by rendering " - "to them using glCear and glDrawPixels."); + "to them using glClear and glDrawPixels."); break; } else if (!found_test_set) { found_test_set = fbo_use_test_set(argv[i], true); |