summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>2014-10-25 00:07:05 +0900
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>2015-02-17 11:00:03 +0100
commit258a1480470b000782260ac7034f33476d43af3b (patch)
tree66e78beb01d0a8ea1599194ccfe774856cff7469 /doc
parent343081c2c190c605df0a261b835a9b6c24c1210f (diff)
downloadkey-manager-258a1480470b000782260ac7034f33476d43af3b.tar.gz
key-manager-258a1480470b000782260ac7034f33476d43af3b.tar.bz2
key-manager-258a1480470b000782260ac7034f33476d43af3b.zip
Revert "Alias is not unique user-wide: (alias, label) pair is unique now."
This reverts commit 44333f4dcbcc9e295cde3a2846ffb70c0732b622. Change-Id: I9aa9fde63082ce395cb54590f74d9e554d992139
Diffstat (limited to 'doc')
-rw-r--r--doc/key-manager_doc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/key-manager_doc.h b/doc/key-manager_doc.h
index bcf9270b..df0a0832 100644
--- a/doc/key-manager_doc.h
+++ b/doc/key-manager_doc.h
@@ -73,8 +73,8 @@
* Alias Format
* - The format of alias is package_id::name.
* - If package_id is not provided by a client, the key-manager will add the package_id of the client to the name internally.
- * - The client can specify only its own package id in the alias when storing a key, certificate, or data.
- * - A client should specify the package id of the owner in the alias to retrieve a a key, certificate, or data shared by other applications.
+ * - The client can specify only its own pacakge id in the alias when storing a key, certificate, or data.
+ * - A client should specify the pacakge id of the owner in the alias to retrieve a a key, certificate, or data shared by other applications.
* - Aliases are returned as the format of package_id::name from the key-manager.
*
*/