summaryrefslogtreecommitdiff
path: root/clients/simple-dmabuf-egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/simple-dmabuf-egl.c')
-rw-r--r--clients/simple-dmabuf-egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/simple-dmabuf-egl.c b/clients/simple-dmabuf-egl.c
index e81f1629..5353f5a0 100644
--- a/clients/simple-dmabuf-egl.c
+++ b/clients/simple-dmabuf-egl.c
@@ -1160,7 +1160,7 @@ display_set_up_egl(struct display *display)
if (!weston_check_egl_extension(gl_extensions,
"GL_OES_EGL_image")) {
- fprintf(stderr, "GL_OES_EGL_image not suported\n");
+ fprintf(stderr, "GL_OES_EGL_image not supported\n");
goto error;
}