eina: fix typos in eina_rectangle doc
authorJean Guyomarc'h <jean@guyomarch.bzh>
Fri, 17 Jun 2016 06:18:51 +0000 (08:18 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Sun, 26 Jun 2016 16:48:15 +0000 (18:48 +0200)
src/lib/eina/eina_rectangle.h

index 55d370f..2b600c6 100644 (file)
@@ -49,8 +49,8 @@
  */
 typedef struct _Eina_Rectangle
 {
-   int x; /**< top-left x co-ordinate of rectangle */
-   int y; /**< top-left y co-ordinate of rectangle */
+   int x; /**< top-left x coordinate of rectangle */
+   int y; /**< top-left y coordinate of rectangle */
    int w; /**< width of rectangle */
    int h; /**< height of rectangle */
 } Eina_Rectangle;