summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9ee9533930..5553b23c72 100644
--- a/wscript
+++ b/wscript
@@ -797,7 +797,7 @@ video_output_features = [
),
}, {
'name': '--standard-gl',
- 'desc': 'Desktop standard OpengGL support',
+ 'desc': 'Desktop standard OpenGL support',
'func': compose_checks(
check_statement('GL/gl.h', '(void)GL_RGB32F'), # arbitrary OpenGL 3.0 symbol
check_statement('GL/gl.h', '(void)GL_LUMINANCE16') # arbitrary OpenGL legacy-only symbol