Fix doxy typo/grammar
authorChris Michael <cp.michael@samsung.com>
Thu, 26 Sep 2013 07:35:22 +0000 (08:35 +0100)
committerChris Michael <cp.michael@samsung.com>
Thu, 26 Sep 2013 11:16:10 +0000 (12:16 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_x/xlib/ecore_x_randr.c

index 7127749..e05ca09 100644 (file)
@@ -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
  */