From: Wolfgang Bangerth Date: Sat, 21 Dec 2013 04:55:37 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.2.0-rc1~1151 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c1c5e37c0dd6bd64e691a5a434b836ab6c89d49;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@32074 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/matrix_tools.h b/deal.II/include/deal.II/numerics/matrix_tools.h index 735834df76..27b47c9ba2 100644 --- a/deal.II/include/deal.II/numerics/matrix_tools.h +++ b/deal.II/include/deal.II/numerics/matrix_tools.h @@ -635,7 +635,7 @@ namespace MatrixCreator * solver which can handle nonsymmetric matrices in any case, so there * may be no need to do the Gauss elimination anyway. In fact, this is * the way the function works: it takes a parameter - * (@p elininate_columns) that specifies whether the sparsity pattern + * (@p eliminate_columns) that specifies whether the sparsity pattern * is symmetric; if so, then the column is eliminated and the right * hand side is also modified accordingly. If not, then only the row * is deleted and the column is not touched at all, and all right hand