Fix typo 23/187723/1 accepted/tizen/unified/20180829.142759 submit/tizen/20180828.054943
authorjiyong.min <jiyong.min@samsung.com>
Tue, 28 Aug 2018 05:19:38 +0000 (14:19 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Tue, 28 Aug 2018 05:20:03 +0000 (14:20 +0900)
Change-Id: I5e036ec17afcd808778e69dc802c0025209eab6d

doc/image_util_doc.h
include/image_util_decode.h
include/image_util_encode.h

index 318b168..9dd6782 100755 (executable)
@@ -43,7 +43,7 @@
 
 /**
  * @defgroup CAPI_MEDIA_IMAGE_UTIL_TRANSFORM_MODULE Image Util Transform
- * @brief  The @ref CAPI_MEDIA_IMAGE_UTIL_TRANSFORM_MODULE  APIs provides functions for transfroming of images .
+ * @brief  The @ref CAPI_MEDIA_IMAGE_UTIL_TRANSFORM_MODULE  APIs provides functions for transforming of images .
  *
  * @ingroup CAPI_MEDIA_IMAGE_UTIL_MODULE
  *
index 48d7586..c53b614 100755 (executable)
@@ -70,7 +70,7 @@ int image_util_decode_create(image_util_decode_h *handle);
 * @retval #IMAGE_UTIL_ERROR_NO_SUCH_FILE No such file
 * @retval #IMAGE_UTIL_ERROR_INVALID_PARAMETER Invalid parameter
 * @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation
-* @retval #IMAGE_UTIL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this funtion
+* @retval #IMAGE_UTIL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
 * @retval #IMAGE_UTIL_ERROR_OUT_OF_MEMORY Out of memory
 * @retval #IMAGE_UTIL_ERROR_NOT_SUPPORTED_FORMAT Format not supported
 *
index 3b70c18..18317df 100755 (executable)
@@ -274,7 +274,7 @@ int image_util_encode_set_input_buffer(image_util_encode_h handle, const unsigne
 * @retval #IMAGE_UTIL_ERROR_NO_SUCH_FILE No such file
 * @retval #IMAGE_UTIL_ERROR_INVALID_PARAMETER Invalid parameter
 * @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation
-* @retval #IMAGE_UTIL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this funtion
+* @retval #IMAGE_UTIL_ERROR_PERMISSION_DENIED The application does not have the privilege to call this function
 *
 * @pre image_util_encode_create()
 *