From: Wolfgang Bangerth Date: Sun, 30 Dec 2012 02:15:52 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~1079^2~193^2~17 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672c6a9d443b9366d3593ff9168ea9927ee2e62a;p=dealii.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