summaryrefslogtreecommitdiff
path: root/src/waffle/glx/glx_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/waffle/glx/glx_config.c')
-rw-r--r--src/waffle/glx/glx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waffle/glx/glx_config.c b/src/waffle/glx/glx_config.c
index 98949e8..56744d4 100644
--- a/src/waffle/glx/glx_config.c
+++ b/src/waffle/glx/glx_config.c
@@ -73,7 +73,7 @@ glx_config_check_context_attrs(struct glx_display *dpy,
if (attrs->context_full_version != 10 && !dpy->ARB_create_context) {
wcore_errorf(WAFFLE_ERROR_UNSUPPORTED_ON_PLATFORM,
"GLX_ARB_create_context is required in order to "
- "request a GL version not equal to the default "
+ "request an OpenGL version not equal to the default "
"value 1.0");
return false;
}