Typo error fix 36/188436/1 submit/tizen/20180905.081549
authorSusnata Sovalin <s.sovalin@samsung.com>
Wed, 5 Sep 2018 06:07:07 +0000 (11:37 +0530)
committerSusnata Sovalin <s.sovalin@samsung.com>
Wed, 5 Sep 2018 06:07:07 +0000 (11:37 +0530)
Change-Id: If462bf723bea2789f61f67bbf574880d9873c39f
Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
include/maps_view_object.h

index 31b9738..92183a2 100644 (file)
@@ -596,7 +596,7 @@ int maps_view_object_marker_set_coordinates(maps_view_object_h marker, maps_coor
  * @brief Sets the marker screen size.
  * @details This function sets the marker screen size.
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
- * @remark To make the marker size proportionally, use 0 as the value for the @a width or @a height paramter.
+ * @remark To make the marker size proportionally, use 0 as the value for the @a width or @a height parameter.
  *         For instance, to make the width of an marker 150 pixels, and change the height using the same proportion,
  *         use maps_view_object_marker_resize(marker, 150, 0).
  * @param[in] marker The marker object handle