From f297ea23c52d3ac3fb0928b81ddf7e0f098d00fa Mon Sep 17 00:00:00 2001 From: SeokHoon Lee Date: Mon, 5 Mar 2018 14:22:50 +0900 Subject: Fix typo - fix typo in header file. Signed-off-by: SeokHoon Lee Change-Id: Ic7d63a58a54cfe6180542b923e2c0eea0f762f03 --- include/streamrecorder.h | 6 +++--- packaging/capi-media-streamrecorder.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/streamrecorder.h b/include/streamrecorder.h index ecaea62..686069e 100644 --- a/include/streamrecorder.h +++ b/include/streamrecorder.h @@ -181,11 +181,11 @@ typedef void (*streamrecorder_recording_limit_reached_cb)(streamrecorder_recordi typedef void (*streamrecorder_recording_status_cb)(unsigned long long elapsed_time, unsigned long long file_size, void *user_data); /** - * @brief Called when the streamrecorder gets some nofications. + * @brief Called when the streamrecorder gets some notifications. * @since_tizen 3.0 * @param[in] previous The previous state of the streamrecorder * @param[in] current The current state of the streamrecorder - * @param[in] notification The notification type of the srecorder + * @param[in] notification The notification type of the streamrecorder * @param[in] user_data The user data passed from the callback registration function * @pre This function is required to register a callback using streamrecorder_set_notify_cb(). * @see streamrecorder_set_notify_cb() @@ -1007,7 +1007,7 @@ int streamrecorder_unset_recording_status_cb(streamrecorder_h recorder); /** * @brief Registers the callback function to be run when reached the recording limit. * @since_tizen 3.0 - * @param[in] recorder The handle to treamrecorder + * @param[in] recorder The handle to streamrecorder * @param[in] callback The function pointer of user callback * @param[in] user_data The user data to be passed to the callback function * @return @c 0 on success, otherwise a negative error value diff --git a/packaging/capi-media-streamrecorder.spec b/packaging/capi-media-streamrecorder.spec index 22a6fb8..fe9a241 100644 --- a/packaging/capi-media-streamrecorder.spec +++ b/packaging/capi-media-streamrecorder.spec @@ -1,6 +1,6 @@ Name: capi-media-streamrecorder Summary: A Streamrecorder library in Tizen Native API -Version: 0.0.19 +Version: 0.0.20 Release: 0 Group: Multimedia/Other License: Apache-2.0 -- cgit v1.2.3