From 77e78cc4fb1851642504298c2b25f77826560f20 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Mar 2005 16:35:01 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@10126 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_matrix_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/block_matrix_array.h b/deal.II/lac/include/lac/block_matrix_array.h index 2fc8f4d439..b9567ba24c 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -76,7 +76,7 @@ template class Vector; * * @dontinclude block_matrix_array.cc * - * Obviously, we have to include the header file contining the definition + * Obviously, we have to include the header file containing the definition * of BlockMatrixArray: * @skipline block_matrix_array.h * -- 2.39.5