From 46e8764b279fe507053c5804e21113ed5ac425b4 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 17 Aug 2015 22:48:42 -0400 Subject: [PATCH] Fix a word substitution typo ('and', not 'ad'). --- include/deal.II/dofs/dof_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 7123a4ffbd..b627eeed71 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -741,7 +741,7 @@ namespace DoFTools * the fine grid are not touched. * * The output of this function is a compressed format that can be given to - * the @p reinit functions of the SparsityPattern ad SparseMatrix classes. + * the @p reinit functions of the SparsityPattern and SparseMatrix classes. */ template void -- 2.39.5