Updated documentation headers - typos fix 16/171816/1 submit/tizen/20180308.062734
authorTomasz Swierczek <t.swierczek@samsung.com>
Wed, 7 Mar 2018 10:50:22 +0000 (11:50 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 7 Mar 2018 10:50:22 +0000 (11:50 +0100)
Change-Id: I8ad994a7164f6d85573030e0aeb340c1f0e50d14

src/include/ckmc/ckmc-type.h
src/manager/client/client-common.h

index 036415f..8a4217b 100644 (file)
@@ -76,7 +76,7 @@ KEY_MANAGER_CAPI extern char const *const ckmc_owner_id_separator;
 /**
  * @brief The owner of system database.
  * @since_tizen 3.0
- * @remarks #ckmc_owner_id_system constains id connected with all system applications that run with uid less than 5000.
+ * @remarks #ckmc_owner_id_system contains id connected with all system applications that run with uid less than 5000.
  *          Client should use #ckmc_owner_id_system to access data owned by system application and stored in system database.
  *          Client must have permission to access proper row.
  * @see ckmc_alias_new()
@@ -166,7 +166,7 @@ typedef enum __ckmc_access_right {
  */
 typedef enum __ckmc_permission {
        CKMC_PERMISSION_NONE = 0x00, /**< Clear permissions */
-       CKMC_PERMISSION_READ = 0x01, /**< Eead allowed */
+       CKMC_PERMISSION_READ = 0x01, /**< Read allowed */
        CKMC_PERMISSION_REMOVE = 0x02 /**< Remove allowed */
 } ckmc_permission_e;
 
index 9dc071c..442da37 100644 (file)
@@ -19,7 +19,7 @@
  * @file        client-common.h
  * @author      Bartlomiej Grzelewski (b.grzelewski@samsung.com)
  * @version     1.0
- * @brief       This file constains implementation of common types
+ * @brief       This file contains implementation of common types
  *              used in Central Key Manager.
  */