docs: progressbar: correct minor typos
authorShuhrat Dehkanov <sh.dehkanov@samsung.com>
Tue, 17 May 2016 12:36:59 +0000 (14:36 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 17 May 2016 13:05:37 +0000 (15:05 +0200)
Reviewers: q66, stefan_schmidt

Subscribers: cedric, seoz, jpeg

Differential Revision: https://phab.enlightenment.org/D3950

src/lib/efl/interfaces/efl_ui_progress.eo
src/lib/elementary/elm_progressbar_legacy.h

index 81704cc..386bc41 100644 (file)
@@ -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 {
index ed9c126..7cec925 100644 (file)
@@ -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
  */