Merge "Revert "Fix prevent defect for locales"" into devel_3.0_main
[platform/framework/native/appfw.git] / inc / FSecCertX509CertificatePath.h
index 4f6bc60..6b3cf8b 100644 (file)
@@ -73,11 +73,11 @@ public:
        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
         *