Fix typo 35/317235/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Sep 2024 05:53:40 +0000 (14:53 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Sep 2024 05:53:40 +0000 (14:53 +0900)
The function is get_last_result().

Change-Id: I6c37fe9b8967d45ef785bae3fc1fe732465b7340
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/minicontrol-provider.h
include/minicontrol-viewer.h

index 830b2caa8b0644aac29215ee5000b7b0ba7a4180..d6514186318ba5d342a42774b6f6b185a5209ea0 100644 (file)
@@ -55,7 +55,7 @@ typedef void (*minicontrol_event_cb)(minicontrol_viewer_event_e event_type, bund
 /**
  * @brief Creates a window for minicontrol.
  * @since_tizen 2.4
- * @remarks The specific error code can be obtained using the gat_last_result() method. Error codes are described in Exception section.
+ * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
  *          The returned value should be released using evas_object_del().
  * @param[in] name Name of minicontrol socket window
  * @param[in] target_viewer Target viewer for minicontrol. You can select multiple viewers by using bitwise OR operator
index 8a5ce7d544657a16b8081ef5cda3541bce5d0844..9253ba54fec6c6425c8d3877c8d68bae10b27bd3 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 /**
  * @brief Adds minicontrol named as "minicontrol_name" to a given parent evas object and returns it.
  * @since_tizen 2.4
- * @remarks The specific error code can be obtained using the gat_last_result() method. Error codes are described in Exception section.
+ * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
  *          The returned value should be released using evas_object_del().
  * @param[in] parent Minicontrol object will be added to this parent evas object
  * @param[in] minicontrol_name Name of minicontrol