projects
/
platform
/
core
/
uifw
/
multi-assistant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe1d24
)
Fix typo
82/204082/1
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Fri, 19 Apr 2019 06:13:55 +0000
(15:13 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Fri, 19 Apr 2019 06:13:55 +0000
(15:13 +0900)
Change-Id: I10f72cee0b1ddc14c459e65b0e7930079eed5f52
include/multi_assistant.h
patch
|
blob
|
history
diff --git
a/include/multi_assistant.h
b/include/multi_assistant.h
index 903f8d73019ce299b7be6e6df6d86c325cc068ef..75f14a4513a12e3332d59b8d36d8b9643e4b096c 100644
(file)
--- a/
include/multi_assistant.h
+++ b/
include/multi_assistant.h
@@
-211,7
+211,7
@@
int ma_unset_state_changed_cb(void);
*
* @pre The state should be #MA_STATE_INITIALIZED.
* @see ma_error_cb()
- * @see ma_unset_error
d
_cb()
+ * @see ma_unset_error_cb()
*/
int ma_set_error_cb(ma_error_cb callback, void* user_data);