From 41a1ca54ded128576021256fb6f027726ec7313e Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 30 Dec 2012 02:15:52 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27873 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5