Skip to content
Snippets Groups Projects
Commit 98b0f3d9 authored by Oliver Sander's avatar Oliver Sander
Browse files

spelling

[[Imported from SVN: r6003]]
parent e707abc9
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@ namespace Dune
}
/**
* @brief Adapter to turn a random access iteratorinto a properties map.
* @brief Adapter to turn a random access iterator into a property map.
*/
template<class RAI, class IM,
class T = typename std::iterator_traits<RAI>::value_type,
......@@ -171,7 +171,7 @@ namespace Dune
};
/**
* @brief An adaptor to turn an unique associative container
* @brief An adapter to turn an unique associative container
* into a property map.
*/
template<typename T>
......@@ -287,7 +287,7 @@ namespace Dune
};
/**
* @brief A property map that applies the identy function to integers.
* @brief A property map that applies the identity function to integers.
*/
struct IdentityMap
: public RAPropertyMapHelper<std::size_t, IdentityMap>
......@@ -314,14 +314,13 @@ namespace Dune
/**
* @brief Selector for the property map type.
*
* If present the the type of the property map
* is accessible via the typedef Type.
* If present the type of the property map is accessible via the typedef Type.
*/
template<typename T, typename C>
struct PropertyMapTypeSelector
{
/**
* @brief the tag idetifying the property.
* @brief the tag identifying the property.
*/
typedef T Tag;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment