mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
egl: fix typo in wl_drm error message
Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7854>
This commit is contained in:
parent
3f4325e44b
commit
a7fb25bfe4
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ drm_authenticate(struct wl_client *client,
|
|||
if (drm->callbacks.authenticate(drm->user_data, id) < 0)
|
||||
wl_resource_post_error(resource,
|
||||
WL_DRM_ERROR_AUTHENTICATE_FAIL,
|
||||
"authenicate failed");
|
||||
"authenticate failed");
|
||||
else
|
||||
wl_resource_post_event(resource, WL_DRM_AUTHENTICATED);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue