From: bangerth Date: Thu, 20 Sep 2007 21:14:15 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f6cce4b78b9e11059b3fe46177aff43ac57c17;p=dealii-svn.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.