From: mk5004.lee Date: Wed, 9 Jan 2019 01:16:19 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20190109.060113~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F197008%2F1;p=platform%2Fcore%2Fappfw%2Fshortcut.git Fix typo - shourtcut -> shortcut Change-Id: I9833143f59c0fcddee6f8e6d35c9c1d2424b32c8 Signed-off-by: mk5004.lee --- 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,