From 29edabb42e68e228d491e114f07ecf58bbdfdfd7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 17 Aug 2009 17:33:57 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://svn.dealii.org/trunk@19289 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_boundary_lib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.39.5