From: bangerth Date: Sat, 21 Dec 2013 04:55:37 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42253c38319bb0fa73f16d8c82efd4821242d71c;p=dealii-svn.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