Change-Id: I7dd3a3534f2ab721383e6600136dc38c4d79afa5
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
/**
* Adds a certificate to the certificate chain.
- * The order of certificaett addition should be
- * 1. Add user certificate.
- * 2. Add intermediate certificate.
- * 3. Add root CA certificate.
+ * The order of certificates should be as follows: @n
+ * 1. User certificate.
+ * 2. Intermediate certificate.
+ * 3. Root CA certificate.
*
* @since 2.0
*
virtual Tizen::Base::String GetFormat(void) const;
/**
- * Adds a certificate to the certificate chain.
- * The order of certificaett addition should be
- * 1. Add user certificate.
- * 2. Add intermediate certificate.
- * 3. Add root CA certificate.
+ * Adds a certificate to the certificate chain.
+ * The order of certificates should be as follows: @n
+ * 1. User certificate.
+ * 2. Intermediate certificate.
+ * 3. Root CA certificate.
*
* @since 2.0
*