ecore-evas-wayland: Fix minor typo in error message

This commit is contained in:
Christopher Michael 2020-06-29 09:01:54 -04:00
parent 2ead5df728
commit 682e9a6b55
1 changed files with 1 additions and 1 deletions

View File

@ -2716,7 +2716,7 @@ _wl_selection_receive(void *data, int type EINA_UNUSED, void *event)
if ((!ready->data) || (ready->len < 1))
{
ERR("no se;lection data");
ERR("no selection data");
return ECORE_CALLBACK_PASS_ON;
}
for (int i = 0; i < ECORE_EVAS_SELECTION_BUFFER_LAST; ++i)