From: bangerth Date: Wed, 7 Nov 2012 04:25:34 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921600fbbee0541a08d496b39f560cc9f69f4288;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@27456 0785d39b-7218-0410-832d-ea1e28bc413d --- 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