From c6bd39b73f3da79f9857137a3aa0eda53c70aeb7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 24 Mar 2014 02:39:53 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.dealii.org/trunk@32683 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index 0c708ab4ea..15625f4677 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -681,7 +681,7 @@ namespace GridGenerator Triangulation<3,3> &result); /** - * This function transformes the @p Triangulation @p tria smoothly to a + * This function transforms the @p Triangulation @p tria smoothly to a * domain that is described by the boundary points in the map @p * new_points. This map maps the point indices to the boundary points in the * transformed domain. -- 2.39.5