summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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