From: Wolfgang Bangerth Date: Wed, 8 Feb 2006 04:03:11 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~12419 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f660aa4e27507fb3e20612ef9a467f2d6ee1a3e3;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@12260 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index af8c8d846f..a7b0926278 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -56,7 +56,7 @@ template class SparseMatrix; * You get half of the circle or sphere generated by Hyper ball. * with center @p p and with radius @p r by calling * GridGenerator::half_hyper_ball (tria, p, r). The half-circle is - * triangulated by four cells, while the half-cell is triangulated by + * triangulated by four cells, while the half-sphere is triangulated by * six cells. The diameter of the center cell is * chosen to be the same as for the Hyper ball class. * To create a half-hyperball in one dimension results in