Modified the misspell 97/213697/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 10 Sep 2019 08:17:35 +0000 (17:17 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 10 Sep 2019 08:17:35 +0000 (17:17 +0900)
Change-Id: I73b42f01d31b29ce5a228e69d7c8036f0de520db

include/sticker_provider.h
provider/sticker_provider.c

index f85c8d0..a369716 100644 (file)
@@ -61,8 +61,8 @@ typedef void (*sticker_provider_data_foreach_cb)(sticker_data_h data_handle, voi
  * @since_tizen 5.5
  * @param[in] error The sticker error code
  * @param[in] user_data The user data passed from the foreach function
- * @pre sticker_privider_insert_data_by_json_file() will invoke this callback.
- * @see sticker_privider_insert_data_by_json_file()
+ * @pre sticker_provider_insert_data_by_json_file() will invoke this callback.
+ * @see sticker_provider_insert_data_by_json_file()
  */
 typedef void (*sticker_provider_insert_finished_cb)(sticker_error_e error, void *user_data);
 
@@ -161,7 +161,7 @@ int sticker_provider_insert_data(sticker_provider_h provider_handle, sticker_dat
  }
  * @endcode
  */
-int sticker_privider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data);
+int sticker_provider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data);
 
 /**
  * @brief Updates a sticker data in the sticker database.
index 7eb7ec3..738f433 100644 (file)
@@ -138,7 +138,7 @@ EXPORT_API int sticker_provider_insert_data(sticker_provider_h provider_handle,
     return STICKER_ERROR_NONE;
 }
 
-EXPORT_API int sticker_privider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data)
+EXPORT_API int sticker_provider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data)
 {
     CHECK_STICKER_FEATURE();