From: Wolfgang Bangerth Date: Thu, 20 Sep 2007 21:14:15 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~9835 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a88f0016c6c06f7be8c2baf1da792d4f172f6a9;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@15223 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/filtered_matrix.h b/deal.II/lac/include/lac/filtered_matrix.h index b4431c09c4..d9c3394f70 100644 --- a/deal.II/lac/include/lac/filtered_matrix.h +++ b/deal.II/lac/include/lac/filtered_matrix.h @@ -94,7 +94,7 @@ template class Vector; * that does the matrix-vector product, as well as @p Tvmult for * transpose matrix-vector multiplication and @p residual for * residual computation, and can thus be used as a matrix replacement - * in lineaer solvers. + * in linear solvers. * * It also has the ability to generate the modification of the right * hand side, through the apply_constraints() function.