From: Wolfgang Bangerth Date: Thu, 4 Aug 2016 17:25:43 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v8.5.0-rc1~803^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95926bc7d99e69d304ac49417990b54d6eae7cf8;p=dealii.git Fix a typo. --- diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index 551e0aa9e2..5f3b7a8ee8 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -308,7 +308,7 @@ public: * In its default implementation it uses a pair-wise reduction of * the points in the quadrature formula by calling the function * get_intermediate_point() on the first two points, then on the - * resulting point and the next, untill all points in the quadrature + * resulting point and the next, until all points in the quadrature * have been taken into account. User classes can get away by simply * implementing the get_intermediate_point() function. Notice that * by default the get_intermediate_point() function calls the