*
* @remarks The @a handle should be released using image_util_transform_destroy().
*
-* @param[out] handle The handle of image util tranform
+* @param[out] handle The handle of image util transform
*
* @return @c 0 on success,
* otherwise a negative error value
* @brief Sets the information of the rotation to transform.
* @since_tizen 2.3
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in] rotation The rotation to transform
*
* @return @c 0 on success,
*
* @remarks image_util_transform_set_resolution() and image_util_transform_set_crop_area() can't do that at the same time.
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in] start_x The start x position to transform
* @param[in] start_y The start y position to transform
* @param[in] end_x The end x position to transform
* @brief Gets the colorspace of the image buffer.
* @since_tizen 2.3
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in,out] colorspace The colorspace to transform
*
* @return @c 0 on success,
* @brief Gets the resolution of the image buffer.
* @since_tizen 2.3
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in,out] width The width to transform
* @param[in,out] height The height to transform
*
* @brief Gets the information of the rotating.
* @since_tizen 2.3
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in,out] rotation The rotation to transform
*
* @return @c 0 on success,
* @brief Gets the information of the cropping.
* @since_tizen 2.3
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in,out] start_x The start x position to transform
* @param[in,out] start_y The start y position to transform
* @param[in,out] end_x The end x position to transform
* If you set more than two transforming, the order of running is crop or resolution, colorspace converting, and rotation.
* @since_tizen 2.3
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in] src The handle of a source media packet
* @param[in] callback The callback function to be invoked
* @param[in] user_data The user data to be passed to the callback function
* @remarks If transforming is failed, the @a dst will be null.
* The @a dst should be released using image_util_destroy_image().
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in] src The handle of a source image
* @param[out] dst The transformed image
*
*
* @remarks If transforming is failed, the dst of callback parameter will be null.
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
* @param[in] src The handle of a source image
* @param[in] callback The callback function to be invoked
* @param[in] user_data The user data to be passed to the callback function
* A new image util handle has to be created before the next usage.
* @since_tizen 2.3
*
-* @param[in] handle The handle of image util tranform
+* @param[in] handle The handle of image util transform
*
* @return @c 0 on success,
* otherwise a negative error value