From 95926bc7d99e69d304ac49417990b54d6eae7cf8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 Aug 2016 11:25:43 -0600 Subject: [PATCH] Fix a typo. --- include/deal.II/grid/manifold.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5