From 49f6cce4b78b9e11059b3fe46177aff43ac57c17 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 20 Sep 2007 21:14:15 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@15223 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/filtered_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5