Fix typo
authorChris Michael <cp.michael@samsung.com>
Tue, 7 May 2013 12:35:46 +0000 (13:35 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 7 May 2013 12:35:46 +0000 (13:35 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_wayland/e_plane.h

index 972247d1917cde19ad5e32ef2cd6d7e4cd4bc86e..d788779931a1b816da2ce2addb054fedd379fa42 100644 (file)
@@ -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;
 };