From 9a421e050ceb7be0a4b9e46869ebb7f7d6928aec Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jun 2014 05:19:51 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@33034 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/matrix_tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/numerics/matrix_tools.h b/deal.II/include/deal.II/numerics/matrix_tools.h index f9191796a3..3d90ebe0fa 100644 --- a/deal.II/include/deal.II/numerics/matrix_tools.h +++ b/deal.II/include/deal.II/numerics/matrix_tools.h @@ -862,7 +862,7 @@ namespace MatrixTools * too expensive without direct access to * the PETSc data structures. (This leads * to the situation where the action - * indicates by the default value of the + * indicated by the default value of the * last argument is actually not * implemented; that argument has * true as its default value @@ -966,7 +966,7 @@ namespace MatrixTools * direct access to the Trilinos * data structures. (This leads to * the situation where the action - * indicates by the default value + * indicated by the default value * of the last argument is actually * not implemented; that argument * has true as its @@ -1023,7 +1023,7 @@ namespace MatrixTools * direct access to the Trilinos * data structures. (This leads to * the situation where the action - * indicates by the default value + * indicated by the default value * of the last argument is actually * not implemented; that argument * has true as its -- 2.39.5