From: Wolfgang Bangerth Date: Mon, 17 Aug 2009 17:33:57 +0000 (+0000) Subject: Fix grammar. X-Git-Tag: v8.0.0~7279 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=146bbc181151a31ca5a70f704e1a7675e9ba388d;p=dealii.git Fix grammar. git-svn-id: https://svn.dealii.org/trunk@19289 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_boundary_lib.h b/deal.II/deal.II/include/grid/tria_boundary_lib.h index 62c9c8bae2..0c094060ad 100644 --- a/deal.II/deal.II/include/grid/tria_boundary_lib.h +++ b/deal.II/deal.II/include/grid/tria_boundary_lib.h @@ -213,7 +213,7 @@ class ConeBoundary : public StraightBoundary * points x_0 and * x_1 describe the * starting and ending points of - * the axis of the (cutted) + * the axis of the (truncated) * cone. radius_0 * denotes the radius * corresponding to x_0 @@ -227,7 +227,7 @@ class ConeBoundary : public StraightBoundary /** * Return the radius of the - * (cutted) cone at given point + * (truncated) cone at given point * x on the axis. */ double get_radius (const Point x) const; @@ -298,13 +298,13 @@ class ConeBoundary : public StraightBoundary protected: /** - * First radius of the (cutted) + * First radius of the (truncated) * cone. */ const double radius_0; /** - * Second radius of the (cutted) + * Second radius of the (truncated) * cone. */ const double radius_1;