From 6fe9af6e282fb510857397f803380aad41de6397 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Mon, 5 Mar 2018 14:09:10 +0900 Subject: [PATCH] Fix typo Change-Id: Ib9250f7d1fe0c9c52b73c7bcabd92d15c08b8157 Signed-off-by: Minje Ahn --- include/image_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.7.4