From: Minje Ahn Date: Mon, 5 Mar 2018 05:09:10 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_4.0/20180305.053852^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f75f73827900131e5e67a590f55123a6991f6e60;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 14aa3fd..706a2c0 100755 --- a/include/image_util.h +++ b/include/image_util.h @@ -114,7 +114,7 @@ int image_util_transform_create(transformation_h *handle); /** * @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 * * @@ -332,7 +332,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.