From f0abd5f354b30a8a612ba911224d622906566808 Mon Sep 17 00:00:00 2001 From: "mk5004.lee" Date: Wed, 9 Jan 2019 10:16:19 +0900 Subject: [PATCH] Fix typo - shourtcut -> shortcut Change-Id: I9833143f59c0fcddee6f8e6d35c9c1d2424b32c8 Signed-off-by: mk5004.lee --- lib/include/shortcut_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/shortcut_manager.h b/lib/include/shortcut_manager.h index 1840fa8..7feb6ec 100755 --- a/lib/include/shortcut_manager.h +++ b/lib/include/shortcut_manager.h @@ -320,7 +320,7 @@ int shortcut_get_list(const char *package_name, shortcut_list_cb list_cb, void * * @param[in] pid The process ID of who request add_to_home * @param[in] period The Update period in seconds * @param[in] allow_duplicate @c 1 if the shortcut can be duplicated, - * otherwise a shourtcut should exist only once + * otherwise a shortcut should exist only once * @param[in] user_data The callback data * @return The result of handling a shortcut creation request\n * This returns @c 0 if the add_to_home request is handled successfully, -- 2.7.4