*
* @retval #IMAGE_UTIL_ERROR_NONE Successful
* @retval #IMAGE_UTIL_ERROR_INVALID_PARAMETER Invalid parameter
-* @retval #IMAGE_UTIL_ERROR_OUT_OF_MEMORY out of memory
+* @retval #IMAGE_UTIL_ERROR_OUT_OF_MEMORY Out of memory
* @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation
*
*/
/**
* @brief Destroys a handle to image util.
* @details The function frees all resources related to the image util handle. The image util
-* handle no longer can be used to perform any operation. A new image util handle
+* handle no longer can be used to perform any operations. A new image util handle
* has to be created before the next usage.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*