From: bangerth Date: Thu, 16 Jan 2014 23:20:30 +0000 (+0000) Subject: Fix another spelling issue. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93bd1dd9c60346f61dfc3e1dde6fecd7596f7593;p=dealii-svn.git Fix another spelling issue. git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32230 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/manifold.h b/deal.II/include/deal.II/grid/manifold.h index 14fcb7479a..6fd5b7cceb 100644 --- a/deal.II/include/deal.II/grid/manifold.h +++ b/deal.II/include/deal.II/grid/manifold.h @@ -181,7 +181,7 @@ public: /** * Specialization of Manifold, which represent the - * euclidean space of dimension #spacedim. + * Euclidean space of dimension #spacedim. * * @ingroup manifold * @@ -286,7 +286,7 @@ public: const std::vector &weights) const; /** - * Pull back the given point in spacedim to the euclidean dim + * Pull back the given point in spacedim to the Euclidean dim * dimensional space. * * Refer to the general documentation of this class for more