e_compositor: fix typo 96/321396/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 20 Mar 2025 07:35:48 +0000 (16:35 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 20 Mar 2025 08:24:24 +0000 (17:24 +0900)
Change-Id: I99f701968f036b3a7079de3d534bd733afaa87be
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/bin/server/e_compositor.c

index 7a731583054470142619c96f5af26e60bb97d704..f4bf33c3c5872125258c325c318b62d8587c7c5c 100644 (file)
@@ -1007,7 +1007,7 @@ e_surface_destroy(E_Surface *surface)
    E_Comp_Wl_Data *comp_wl;
    struct wl_resource *resource, *tmp;
 
-   ELOGF("COMPOSITOR", "Desroy E_Surface %p", surface->ec, surface);
+   ELOGF("COMPOSITOR", "Destroy E_Surface %p", surface->ec, surface);
 
    wl_signal_emit(&surface->events.destroy, surface);