Fix typo 54/171454/1
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:09:10 +0000 (14:09 +0900)
Change-Id: Ib9250f7d1fe0c9c52b73c7bcabd92d15c08b8157
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/image_util.h

index 315a460..a67abbb 100755 (executable)
@@ -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.