From 9bf5f43c465e508026d8c70d34da4b42dc578987 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Fri, 19 Apr 2019 15:13:55 +0900 Subject: [PATCH] Fix typo Change-Id: I10f72cee0b1ddc14c459e65b0e7930079eed5f52 --- include/multi_assistant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/multi_assistant.h b/include/multi_assistant.h index 903f8d7..75f14a4 100644 --- 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_errord_cb() + * @see ma_unset_error_cb() */ int ma_set_error_cb(ma_error_cb callback, void* user_data); -- 2.34.1