From: Wolfgang Bangerth Date: Mon, 14 Mar 2005 16:35:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~14410 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e78cc4fb1851642504298c2b25f77826560f20;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@10126 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 *