From: Minje Ahn Date: Mon, 5 Mar 2018 05:09:10 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20180307.071321~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fe9af6e282fb510857397f803380aad41de6397;p=platform%2Fcore%2Fapi%2Fimage-util.git Fix typo Change-Id: Ib9250f7d1fe0c9c52b73c7bcabd92d15c08b8157 Signed-off-by: Minje Ahn --- diff --git a/include/image_util.h b/include/image_util.h index 315a460..a67abbb 100755 --- a/include/image_util.h +++ b/include/image_util.h @@ -115,7 +115,7 @@ int image_util_transform_create(transformation_h *handle); /** * @deprecated Deprecated since 5.0. * @brief Sets the image util's accurate mode. -* @details This function set if you use hardware accerlation or not. +* @details This function set if you use hardware acceleration or not. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @@ -333,7 +333,7 @@ int image_util_transform_get_crop_area(transformation_h handle, unsigned int *st /** * @brief Transforms the image for given image util handle. * @details The function execute asynchronously, which contains complete callback \n -* If you set more than two transforming, the order of running is crop or resolution, colorspace converting, rotaion. \n +* If you set more than two transforming, the order of running is crop or resolution, colorspace converting, rotation. \n * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @remarks If H/W acceleration is not set, transformation is done via S/W acceleration.