From: hj kim Date: Mon, 14 Jan 2019 05:49:47 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_4.0/20190114.055347^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8340aae6446d5ce42ea48f3a39f7ad3e43a47347;p=platform%2Fcore%2Fapi%2Fimage-util.git Fix typo Change-Id: I3ad616b311a8279f3b9e4b5087b1708ee69bc6c8 --- diff --git a/include/image_util_type.h b/include/image_util_type.h index caebe2e..7de974b 100755 --- a/include/image_util_type.h +++ b/include/image_util_type.h @@ -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. */