fixed wrong link
[platform/framework/native/appfw.git] / inc / FSecPkcsPkcs08AttributeValue.h
index 865d2f1..64d36a5 100755 (executable)
@@ -62,20 +62,20 @@ public:
        virtual ~Pkcs08AttributeValue(void);
 
        /**
-        * Intializes this instance of %Pkcs08AttributeValue with the Tizen::Base::Bytebuffer that contains the AttributeValue @n
+        * Initializes this instance of %Pkcs08AttributeValue with the Tizen::Base::ByteBuffer that contains the AttributeValue @n
         * (contain tag, that is, Ans1_Type and the value).
         *
         * @since               2.1
         *
         * @return              An error code
-        * @param[in]   encodedData                             The DER encoded Tizen::Base::Bytebuffer of AttributeValue
+        * @param[in]   encodedData                             The DER encoded Tizen::Base::ByteBuffer of AttributeValue
         * @exception   E_SUCCESS                                       The method is successful.
         * @exception   E_INVALID_ARG                   The specified input parameter is invalid.
         */
        result Construct(const Tizen::Base::ByteBuffer& encodedData);
 
        /**
-        * Intializes this instance of %Pkcs08AttributeValue with the specified parameters. @n
+        * Initializes this instance of %Pkcs08AttributeValue with the specified parameters. @n
         * The %Construct() method initializes the attribute value instance based on the byte buffer passed.
         *
         * @since               2.1