Fix typo 59/171459/1 accepted/tizen/4.0/unified/20180306.061149 submit/tizen_4.0/20180305.053852
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 5 Mar 2018 05:09:10 +0000 (14:09 +0900)
committerMinje ahn <minje.ahn@samsung.com>
Mon, 5 Mar 2018 05:23:03 +0000 (05:23 +0000)
Change-Id: Ib9250f7d1fe0c9c52b73c7bcabd92d15c08b8157
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/image_util.h

index 14aa3fdccee3cc453d802d70149c1e1d938bf2dd..706a2c00eeb72780021aa04da4f0f71abbc74799 100755 (executable)
@@ -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.