From 0854732d55a76cdb584306e8e653c2bcd292a7cb Mon Sep 17 00:00:00 2001 From: Diego Viola Date: Fri, 19 Apr 2019 22:13:46 -0300 Subject: [PATCH] ephyr: fix typo: rquires -> requires Signed-off-by: Diego Viola --- hw/kdrive/ephyr/ephyr_glamor_glx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ephyr/ephyr_glamor_glx.c b/hw/kdrive/ephyr/ephyr_glamor_glx.c index 3fdc6663c..b41a90eff 100644 --- a/hw/kdrive/ephyr/ephyr_glamor_glx.c +++ b/hw/kdrive/ephyr/ephyr_glamor_glx.c @@ -321,7 +321,7 @@ ephyr_glamor_glx_screen_init(xcb_window_t win) ctx = glXCreateContextAttribsARB(dpy, fb_config, NULL, True, context_attribs); } else { - FatalError("Xephyr -glamor_gles2 rquires " + FatalError("Xephyr -glamor_gles2 requires " "GLX_EXT_create_context_es2_profile\n"); } } else {