ecore_x: fix some typos

SVN revision: 69729
This commit is contained in:
Jihoon Kim 2012-03-29 09:02:22 +00:00
parent 72fc153e34
commit cb48899ad1
2 changed files with 3 additions and 3 deletions

View 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).
*/

View 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