From: heister Date: Fri, 3 May 2013 00:57:47 +0000 (+0000) Subject: typo in comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e5ca1736c1e1f027e39ae238d8f47e625422b9;p=dealii-svn.git typo in comment git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29433 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/block_sparsity_pattern.h b/deal.II/include/deal.II/lac/block_sparsity_pattern.h index 21ee9f7a5b..3124c83566 100644 --- a/deal.II/include/deal.II/lac/block_sparsity_pattern.h +++ b/deal.II/include/deal.II/lac/block_sparsity_pattern.h @@ -72,7 +72,7 @@ namespace TrilinosWrappers * You will in general not want to use this class, but one of the * derived classes. * - * @todo Handle opitmization of diagonal elements of the underlying + * @todo Handle optimization of diagonal elements of the underlying * SparsityPattern correctly. * * @see @ref GlossBlockLA "Block (linear algebra)"