From: heister Date: Wed, 2 Jan 2013 16:52:26 +0000 (+0000) Subject: fix typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ce3d70fa86515b7fd939313592897e68d38f14;p=dealii-svn.git fix typo git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27895 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/multigrid/mg_tools.h b/deal.II/include/deal.II/multigrid/mg_tools.h index 102d1d4e2e..aca7bcfaa1 100644 --- a/deal.II/include/deal.II/multigrid/mg_tools.h +++ b/deal.II/include/deal.II/multigrid/mg_tools.h @@ -39,7 +39,7 @@ template class BlockSparseMatrix; * This is a collection of functions operating on, and manipulating * the numbers of degrees of freedom in a multilevel triangulation. It * is similar in purpose and function to the @p DoFTools class, but - * operates levels of DoFHandler + * operates on levels of DoFHandler * objects. See there and the documentation of the member functions * for more information. *