Fix typos

This commit is contained in:
asiersarasua
2017-04-09 12:01:58 +02:00
committed by wmayer
parent 727c835227
commit ba3274cf1a
7 changed files with 7 additions and 7 deletions

View File

@@ -215,7 +215,7 @@ struct GlobalEdge {
* This is basically a boost adjacency_list with single linked lists 'listS' as storage for vertices and
* edges. The edges are undirected. This allows to use all boost graph algorithms and provides therefore
* an comprehensive way for analysing and manipulating its content. It further extends the class with the
* possibility to cluster its content and to add properties and objects to all entitys. For more
* possibility to cluster its content and to add properties and objects to all entities. For more
* information, see the module ClusterGraph
*
* @tparam edge_prop a mpl::vector with properties which are added to local edges

View File

@@ -67,7 +67,7 @@ namespace dcm {
* retrieving it's reference with get-methods.
*
* Propertys are further designed to fit in the concept of compile-time modularisation. To allow the extension
* of all data-holding entitys with new data types, propertys store their own purpose. Thats
* of all data-holding entities with new data types, propertys store their own purpose. Thats
* done by extending the property struct with a second typedef which is named kind and which specifies of which
* kind the property is. That means, that this typedef defines when the property shall be used and for which
* context it is designed for. Dependend on the propertys kind, it will be added to different places inside the dcm.