From: David Wells Date: Sat, 18 Mar 2017 21:37:55 +0000 (-0400) Subject: Fix a typo. X-Git-Tag: v8.5.0-rc1~26^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1ff0f7ec3bc963bccbb5b9f41782ea581b53d4;p=dealii.git Fix a typo. --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 39ae2c6b4b..2282ad977f 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -414,8 +414,8 @@ namespace GridTools * (default value) refine the cell in the direction that removes hanging node. * * @param[in] max_iterations At each step only closest cells to hanging nodes - * hangind nodes. @p max_iterations is the maximum number of iteration * are refined. The code may require a lot of iterations to remove all + * hanging nodes. @p max_iterations is the maximum number of iteration * allowed. If @p max_iterations == numbers::invalid_unsigned_int this * function continues refining until there are no hanging nodes. *