From 758dcd7e7169d135c643c3daa6cf3bceb417195a Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Thu, 24 Jan 2013 17:43:35 +0000 Subject: [PATCH] Fixed some spelling errors. [[Imported from SVN: r7087]] --- dune/common/parallel/selection.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dune/common/parallel/selection.hh b/dune/common/parallel/selection.hh index e670eaf12..c546fdcf5 100644 --- a/dune/common/parallel/selection.hh +++ b/dune/common/parallel/selection.hh @@ -16,7 +16,7 @@ namespace Dune /** * @file * @brief Provides classes for selecting - * indices base on attribute flags. + * indices based on attribute flags. * @author Markus Blatt */ @@ -170,14 +170,14 @@ namespace Dune }; /** - * @brief An cached selection of indices. + * @brief A cached selection of indices. */ template<typename TS, typename TG, typename TL, int N> class Selection { public: /** - * @brief The type of the Set of attributes. + * @brief The type of the set of attributes. * * It has to provide a static method * \code bool contains(AttributeType a); \endcode -- GitLab