Fix typo 43/284743/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 25 Nov 2022 00:51:13 +0000 (09:51 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 25 Nov 2022 00:51:13 +0000 (09:51 +0900)
Change-Id: Iea848fac6510dbde22022f5fcb455eeb0fe04a70
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/e_mod_main.c

index d52d8a2..ec7c269 100644 (file)
@@ -310,7 +310,7 @@ _input_panel_hide(struct wl_client *client, struct wl_resource *resource, Eina_B
 
    e_input_panel_wait_update_set(EINA_FALSE);
 
-   /* When the input panel suface is hidden, the candidate will hide too */
+   /* When the input panel surface is hidden, the candidate will hide too */
    g_show_state_candidate = EINA_FALSE;
 }