From: Susnata Sovalin Date: Wed, 5 Sep 2018 06:07:07 +0000 (+0530) Subject: Typo error fix X-Git-Tag: submit/tizen/20180905.081549^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcba4d2e5529ebfee20e01cbdc1300b675f20b8f;p=platform%2Fcore%2Fapi%2Fmaps-service.git Typo error fix Change-Id: If462bf723bea2789f61f67bbf574880d9873c39f Signed-off-by: Susnata Sovalin --- diff --git a/include/maps_view_object.h b/include/maps_view_object.h index 31b9738..92183a2 100644 --- a/include/maps_view_object.h +++ b/include/maps_view_object.h @@ -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