From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Mon, 24 Mar 2014 02:39:53 +0000 (+0000)
Subject: Fix a typo.
X-Git-Tag: v8.2.0-rc1~672
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6bd39b73f3da79f9857137a3aa0eda53c70aeb7;p=dealii.git

Fix a typo.

git-svn-id: https://svn.dealii.org/trunk@32683 0785d39b-7218-0410-832d-ea1e28bc413d
---

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.