devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3cc4efaf500d5eb41e47fe5781c053b5273d6c6b
commit 3cc4efaf500d5eb41e47fe5781c053b5273d6c6b Author: Chris Michael <cp.mich...@samsung.com> Date: Thu Sep 26 08:35:22 2013 +0100 Fix doxy typo/grammar Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/lib/ecore_x/xlib/ecore_x_randr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_x/xlib/ecore_x_randr.c b/src/lib/ecore_x/xlib/ecore_x_randr.c index 7127749..e05ca09 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr.c +++ b/src/lib/ecore_x/xlib/ecore_x_randr.c @@ -671,7 +671,7 @@ ecore_x_randr_screen_current_size_set(Ecore_X_Window root, int w, int h, int w_m /* * @brief get detailed information for all modes related to a root window's screen - * @param root window which's screen's ressources are queried + * @param root window which's screen's resources are queried * @param num number of modes returned * @return modes' information */ @@ -2483,7 +2483,7 @@ err: /** * @brief gets the width and hight of a given mode - * @param mode the mode which's size is to be looked up + * @param mode the mode whose size is to be looked up * @param w width of given mode in px * @param h height of given mode in px */ --