Fix typo 57/197557/1 accepted/tizen/unified/20190115.055931 submit/tizen/20190114.055326
authorhj kim <backto.kim@samsung.com>
Mon, 14 Jan 2019 05:49:47 +0000 (14:49 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 14 Jan 2019 05:49:47 +0000 (14:49 +0900)
Change-Id: I3ad616b311a8279f3b9e4b5087b1708ee69bc6c8

include/image_util_type.h

index caebe2e..7de974b 100755 (executable)
@@ -120,7 +120,7 @@ typedef struct transformation_s *transformation_h;
 *          The callback is called in a separate thread(not in the main loop).
 *
 * @param[in,out] dst The result buffer of image util transform
-* @param[in] error_code The error code of image util transfrom
+* @param[in] error_code The error code of image util transform
 * @param[in] user_data The user data passed from the callback registration function
 * @pre image_util_transform_run() will invoke this function.
 */