From b9f93a7720c4912091fabeaabdfce908db71eb01 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 25 May 2012 15:25:03 +0000 Subject: [PATCH] spelling [[Imported from SVN: r376]] --- dune/subgrid/subgrid.hh | 4 ++-- dune/subgrid/subgrid/subgridentityseed.hh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dune/subgrid/subgrid.hh b/dune/subgrid/subgrid.hh index 03ffd46..c20078d 100644 --- a/dune/subgrid/subgrid.hh +++ b/dune/subgrid/subgrid.hh @@ -318,7 +318,7 @@ class SubGrid : } - /** \brief Create EntityPointer from EnitySeed */ + /** \brief Create EntityPointer from EntitySeed */ template < class EntitySeed > typename Traits::template Codim<EntitySeed::codimension>::EntityPointer entityPointer(const EntitySeed& seed) const @@ -355,7 +355,7 @@ class SubGrid : * The parameter is currently ignored * * \return <ul> - * <li> true, if marking was succesfull </li> + * <li> true, if marking was successfull </li> * <li> false, if marking was not possible </li> * </ul> */ diff --git a/dune/subgrid/subgrid/subgridentityseed.hh b/dune/subgrid/subgrid/subgridentityseed.hh index 9e9baef..c03e1c3 100644 --- a/dune/subgrid/subgrid/subgridentityseed.hh +++ b/dune/subgrid/subgrid/subgridentityseed.hh @@ -11,7 +11,7 @@ namespace Dune { /** - * \brief The EntitySeed class provides the minmal information needed to restore an Entity using the grid. + * \brief The EntitySeed class provides the minimal information needed to restore an Entity using the grid. * \ingroup SubGrid * */ @@ -36,7 +36,7 @@ class SubGridEntitySeed * We call hostEntity.seed() directly in the constructor * of SubGridEntitySeed to allow for return value optimization. * - * If would use SubGridEntitySeed(hostEntity.seed()) + * If we used SubGridEntitySeed(hostEntity.seed()) * we would have one copy even with optimization enabled. */ SubGridEntitySeed(const HostEntity& hostEntity) : -- GitLab