Fix typo 63/171463/2 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.013759 accepted/tizen/unified/20180306.061349 submit/tizen/20180305.082441 submit/tizen/20180306.004127 submit/tizen_5.0/20181101.000002
authorSeokHoon Lee <andy.shlee@samsung.com>
Mon, 5 Mar 2018 05:22:50 +0000 (14:22 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Mon, 5 Mar 2018 06:42:48 +0000 (15:42 +0900)
- fix typo in header file.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ic7d63a58a54cfe6180542b923e2c0eea0f762f03

include/streamrecorder.h
packaging/capi-media-streamrecorder.spec

index ecaea62..686069e 100644 (file)
@@ -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
index 22a6fb8..fe9a241 100644 (file)
@@ -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