Fix typo 71/297771/1
authorreview-bot <reviewbot@samsung.com>
Wed, 23 Aug 2023 11:36:10 +0000 (20:36 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 24 Aug 2023 05:27:59 +0000 (14:27 +0900)
Change-Id: Ic6b8ee57d7156480897c9db279f62b358badb79f

src/bin/e_comp_wl_shell.c
src/bin/e_keyrouter_list.c

index 632c8ab..94363fc 100644 (file)
@@ -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);
                }
           }
index bf99aa3..4752beb 100644 (file)
@@ -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 */
           }
      }