ecore_x: fix some typos
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Mar 2012 09:02:22 +0000 (09:02 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Mar 2012 09:02:22 +0000 (09:02 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@69729 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/xlib/ecore_x.c
src/lib/ecore_x/xlib/ecore_x_window.c

index 6d275bc..a742b7a 100644 (file)
@@ -949,8 +949,8 @@ ecore_x_current_time_get(void)
  * Return the screen DPI
  *
  * This is a simplistic call to get DPI. It does not account for differing
- * DPI in the x amd y axes nor does it accoutn for multihead or xinerama and
- * xrander where different parts of the screen may have differen DPI etc.
+ * DPI in the x amd y axes nor does it account for multihead or xinerama and
+ * xrander where different parts of the screen may have different DPI etc.
  *
  * @return the general screen DPI (dots/pixels per inch).
  */
index 90392bf..8f4399c 100644 (file)
@@ -694,7 +694,7 @@ ecore_x_window_size_get(Ecore_X_Window win,
 /**
  * Retrieves the geometry of the given window.
  *
- * Note that the x & y coordingates are relative to your parent.  In
+ * Note that the x & y coordinates are relative to your parent.  In
  * particular for reparenting window managers - relative to you window border.
  * If you want screen coordinates either walk the window tree to the root,
  * else for ecore_evas applications see ecore_evas_geometry_get().  Elementary