From: Wolfgang Bangerth Date: Wed, 12 Jan 2011 14:36:08 +0000 (+0000) Subject: Fix grammar. X-Git-Tag: v8.0.0~4498 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb2fa2896f01ba1ee2daf8cf28db687e70c3ef3;p=dealii.git Fix grammar. git-svn-id: https://svn.dealii.org/trunk@23179 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/filtered_matrix.h b/deal.II/include/deal.II/lac/filtered_matrix.h index 2bc9a6697f..189955b9f3 100644 --- a/deal.II/include/deal.II/lac/filtered_matrix.h +++ b/deal.II/include/deal.II/lac/filtered_matrix.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -107,7 +107,7 @@ template class FilteredMatrixBlock; * While this is a feasible method in cases where only * one solution of the linear system is required, for example in * solving linear stationary systems, one would often like to have the - * ability to solve multiply with the same matrix in nonlinear + * ability to solve multiple times with the same matrix in nonlinear * problems (where one often does not want to update the Hessian * between Newton steps, despite having different right hand sides in * subsequent steps) or time dependent problems, without having to