More API feedback.
authorsanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 2 Nov 2011 08:18:17 +0000 (08:18 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 2 Nov 2011 08:18:17 +0000 (08:18 +0000)
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index 2da76c9..d5dcd48 100644 (file)
@@ -9575,7 +9575,7 @@ extern "C" {
     * even if the clock is not in "military" mode.
     *
     * @warning The behavior for values set out of those ranges is @b
-    * indefined.
+    * undefined.
     *
     * @ingroup Clock
     */
@@ -10469,7 +10469,7 @@ extern "C" {
 
 /**
  * @def elm_layout_label_get
- * Convienience macro to get the label in a layout that follows the
+ * Convenience macro to get the label in a layout that follows the
  * Elementary naming convention for its parts.
  *
  * @ingroup Layout
@@ -10489,7 +10489,7 @@ extern "C" {
     * @image latex img/widget/notify/preview-00.eps
     *
     * Display a container in a particular region of the parent(top, bottom,
-    * etc.  A timeout can be set to automatically hide the notify. This is so
+    * etc).  A timeout can be set to automatically hide the notify. This is so
     * that, after an evas_object_show() on a notify object, if a timeout was set
     * on it, it will @b automatically get hidden after that time.
     *