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 318b16860a5730911c4ed9bb7ee1ed5f41ac806e..9dd678241b111a3f33f9e92c024a64d3fdd0d449 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 48d7586c83eb44921d9c1773e57fa45df1a1ba78..c53b6147ee092665de550882af5aa65ed4bc93d4 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 3b70c182549f4077e93a1723e16637d38159c8e1..18317df42d06805c5ac0452b3265f6561bfa4105 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()
 *