From 06ba268dd1e1ec7be49f2a7aa4694d74339b6189 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 7 Nov 2012 04:25:34 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@27456 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/sparsity_pattern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/sparsity_pattern.h b/deal.II/include/deal.II/lac/sparsity_pattern.h index 3c72449364..4e8c8cc280 100644 --- a/deal.II/include/deal.II/lac/sparsity_pattern.h +++ b/deal.II/include/deal.II/lac/sparsity_pattern.h @@ -96,8 +96,8 @@ namespace SparsityPatternIterators * also the base class for both const and non-const accessor classes * into sparse matrices. * - * Note that this class only allow read access to elements, providing - * their row and column number. It does not allow to modify the + * Note that this class only allows read access to elements, providing + * their row and column number. It does not allow modifying the * sparsity pattern itself. * * @author Wolfgang Bangerth -- 2.39.5