summaryrefslogtreecommitdiff
path: root/include/streamrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/streamrecorder.h')
-rw-r--r--include/streamrecorder.h6
1 files changed, 3 insertions, 3 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