Sync with tizen_2.2.1
[platform/framework/native/appfw.git] / inc / FBaseColMultiHashMap.h
index e9da74c..78e728b 100644 (file)
@@ -115,7 +115,7 @@ public:
         * @since 2.0
         *
         * @param[in]   deleter The function pointer to type of the element deleter
-        * @remarks     To create an owing collection, set the element deleter value as @c SingleObjectDeleter. This gives the collection the ownership of elements and the collection will destroy elements. @n
+        * @remarks     To create an owning collection, set the element deleter value as @c SingleObjectDeleter. This gives the collection the ownership of elements and the collection will destroy elements. @n
         *                      On the other hand, to create a non-owning collection, you do not need to set the element deleter value, as @c NoOpDeleter is the default element deleter.
         *                      It means that you do not transfer the ownership of elements to the collection.
         * @see         NoOpDeleter()
@@ -237,7 +237,7 @@ public:
         * @return              An enumerator (an instance of the IEnumerator derived class) of this map, @n
         *                              else @c null if some exception occurs
         * @remarks             If the key has multiple values, the enumeration proceeds as follows: {A: a}, {B: b}, {B: c}, {B, d}, {C: e}, ...
-        *                      The specific error code can be accessed using the GetLastResult() method.
+        *                              The specific error code can be accessed using the GetLastResult() method.
         * @see                 IMapEnumerator
         */
        virtual IEnumerator* GetEnumeratorN(void) const;
@@ -250,7 +250,7 @@ public:
         * @return              An enumerator (an instance of the IMapEnumerator derived class) of this map, @n
         *                              else @c null if some exception occurs
         * @remarks             If the key has multiple values, the enumeration proceeds as follows: {A: a}, {B: b}, {B: c}, {B, d}, {C: e}, ...
-        *              The specific error code can be accessed using the GetLastResult() method.
+        *                      The specific error code can be accessed using the GetLastResult() method.
         * @see                 IEnumerator
         */
        virtual IMapEnumerator* GetMapEnumeratorN(void) const;