From: bangerth Date: Sun, 30 Dec 2012 02:15:52 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a1ca54ded128576021256fb6f027726ec7313e;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27873 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/grid_tools.h b/deal.II/include/deal.II/grid/grid_tools.h index 2eb27c429a..1aabe64242 100644 --- a/deal.II/include/deal.II/grid/grid_tools.h +++ b/deal.II/include/deal.II/grid/grid_tools.h @@ -267,12 +267,12 @@ namespace GridTools const Point &p); /** - * @deprecated This function might + * @deprecated This function might * be acceptable to find a patch * around a single vertex, but it * wastes resources creating * patches around all vertices. The - * function mail fail on + * function may fail on * anisotropic meshes, and an easy * fix is not obvious. Therefore, * it should be replaced by a