Fix typos all around (thanks codespell!)

This commit is contained in:
Emmanuel Gil Peyrot
2019-02-20 16:33:32 +01:00
parent e578004b3c
commit 426c24673f
19 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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;
}