Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseColHashMap.h
index 8b011a6..d7b99c2 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -106,7 +105,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()
@@ -431,7 +430,7 @@ private:
        HashMap& operator =(const HashMap& map);
 
        /**
-        * Copies all the pairs from the specified @c map to this map
+        * Copies all the pairs from the specified @c map to this map.
         *
         * @return              An error code
         * @param[in]   map The map to copy