diff --git a/src/bin/e_wayland/e_plane.h b/src/bin/e_wayland/e_plane.h index 972247d19..d78877993 100644 --- a/src/bin/e_wayland/e_plane.h +++ b/src/bin/e_wayland/e_plane.h @@ -8,7 +8,7 @@ typedef struct _E_Plane E_Plane; struct _E_Plane { - pixman_region32_t damge, clip; + pixman_region32_t damage, clip; Evas_Coord x, y; struct wl_list link; };