/**
* @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
*
*
/**
* @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.