stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cab208e83f86930f998d463ae4887d5ec73ef84b

commit cab208e83f86930f998d463ae4887d5ec73ef84b
Author: Shuhrat Dehkanov <sh.dehka...@samsung.com>
Date:   Tue May 17 14:36:59 2016 +0200

    docs: progressbar: correct minor typos
    
    Reviewers: q66, stefan_schmidt
    
    Subscribers: cedric, seoz, jpeg
    
    Differential Revision: https://phab.enlightenment.org/D3950
---
 src/lib/efl/interfaces/efl_ui_progress.eo   |  2 +-
 src/lib/elementary/elm_progressbar_legacy.h | 11 +++--------
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_ui_progress.eo 
b/src/lib/efl/interfaces/efl_ui_progress.eo
index 81704cc..386bc41 100644
--- a/src/lib/efl/interfaces/efl_ui_progress.eo
+++ b/src/lib/efl/interfaces/efl_ui_progress.eo
@@ -26,7 +26,7 @@ interface Efl.Ui.Progress {
 
            Use this call to set progress levels.
 
-           Note: If you passes a value out of the specified range for
+           Note: If you pass a value out of the specified range for
            $val, it will be interpreted as the closest of the boundary
            values in the range.]]
          set {
diff --git a/src/lib/elementary/elm_progressbar_legacy.h 
b/src/lib/elementary/elm_progressbar_legacy.h
index ed9c126..7cec925 100644
--- a/src/lib/elementary/elm_progressbar_legacy.h
+++ b/src/lib/elementary/elm_progressbar_legacy.h
@@ -55,7 +55,7 @@ EAPI Evas_Coord elm_progressbar_span_size_get(const 
Evas_Object *obj);
  *
  * Use this call to set progress bar levels.
  *
- * @note If you passes a value out of the specified range for @c val, it will
+ * @note If you pass a value out of the specified range for @c val, it will
  * be interpreted as the closest of the boundary values in the range.
  *
  * @param[in] val The progress value (must be between $0.0 and 1.0)
@@ -65,15 +65,10 @@ EAPI Evas_Coord elm_progressbar_span_size_get(const 
Evas_Object *obj);
 EAPI void elm_progressbar_value_set(Evas_Object *obj, double val);
 
 /**
- * @brief Control the progress value (in percentage) on a given progress bar
+ * @brief Get the progress value (in percentage) on a given progress bar
  * widget
  *
- * Use this call to set progress bar levels.
- *
- * @note If you passes a value out of the specified range for @c val, it will
- * be interpreted as the closest of the boundary values in the range.
- *
- * @return The progress value (must be between $0.0 and 1.0)
+ * @return The progress value (between $0.0 and 1.0)
  *
  * @ingroup Elm_Progressbar
  */

-- 


Reply via email to