From: review-bot Date: Wed, 23 Aug 2023 11:36:10 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20230829.181405~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f41c34cddb0512cbcf03d4452b2e363f0028a556;p=platform%2Fupstream%2Fenlightenment.git Fix typo Change-Id: Ic6b8ee57d7156480897c9db279f62b358badb79f --- diff --git a/src/bin/e_comp_wl_shell.c b/src/bin/e_comp_wl_shell.c index 632c8ab..94363fc 100644 --- a/src/bin/e_comp_wl_shell.c +++ b/src/bin/e_comp_wl_shell.c @@ -383,7 +383,7 @@ e_shell_e_client_destroy(E_Client *ec) if ((ec->comp_data->shell.surface) && (ec->comp_data->shell.unmap)) { - ELOGF("SHELL", "Call shell.unmap by destory surface", ec); + ELOGF("SHELL", "Call shell.unmap by destroy surface", ec); ec->comp_data->shell.unmap(ec->comp_data->shell.surface); } } diff --git a/src/bin/e_keyrouter_list.c b/src/bin/e_keyrouter_list.c index bf99aa3..4752beb 100644 --- a/src/bin/e_keyrouter_list.c +++ b/src/bin/e_keyrouter_list.c @@ -187,12 +187,12 @@ e_keyrouter_prepend_to_keylist(struct wl_resource *surface, struct wl_client *wc if (surface) { e_keyrouter_wl_add_surface_destroy_listener(surface); - /* TODO: if failed add surface_destory_listener, remove keygrabs */ + /* TODO: if failed add surface_destroy_listener, remove keygrabs */ } else if (wc) { e_keyrouter_wl_add_client_destroy_listener(wc); - /* TODO: if failed add client_destory_listener, remove keygrabs */ + /* TODO: if failed add client_destroy_listener, remove keygrabs */ } }