summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-03-05 13:22:50 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-03-05 13:22:50 +0900
commit9089eb3427eb37fc4d524ba8622b42237c25cb99 (patch)
tree6bbe1c76846024b6bb948b3803f9993c4d8935a2
parenta476d7e937c6ea570b3db80413cf2a697c9ffb21 (diff)
downloadapplication-9089eb3427eb37fc4d524ba8622b42237c25cb99.tar.gz
application-9089eb3427eb37fc4d524ba8622b42237c25cb99.tar.bz2
application-9089eb3427eb37fc4d524ba8622b42237c25cb99.zip
Fix a typo
Change-Id: I44e3321b3f3b334a13aeae5716da90886710c0c1 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rwxr-xr-xdoc/appfw_resource_manager_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/appfw_resource_manager_doc.h b/doc/appfw_resource_manager_doc.h
index 5359262..1e6375c 100755
--- a/doc/appfw_resource_manager_doc.h
+++ b/doc/appfw_resource_manager_doc.h
@@ -29,7 +29,7 @@
* For example, if you want to change button image of the application depending on the device's current language setting, put resource files into different folders which are managed by SDK as the same filename.
* Then call app_resource_manager_get() with resource ID described below to get the appropriate resource filepath, then OS will choose resources for specific devices.
* You should get the path of the resource file that is managed by the resource manager with app_resource_manager_get() API.
- * Tizen may remove unnecessary resource files for a certain device, so you may fail to access if you access the resource file with the path that is not recieved with app_resource_manager_get() API.
+ * Tizen may remove unnecessary resource files for a certain device, so you may fail to access if you access the resource file with the path that is not received with app_resource_manager_get() API.
* Make sure app_resource_manager_init() should be called first and app_resource_manager_release should be called after using resource manager.
*
* @section CAPI_RESOURCE_MANAGER_MODULE_RESOURCE_ID Resource ID