From: Luca Heltai Date: Thu, 15 Feb 2007 19:18:59 +0000 (+0000) Subject: Spelling error in documentation X-Git-Tag: v8.0.0~10525 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b0b99e3afe1d66d124b8daf8a53e07491e72c1;p=dealii.git Spelling error in documentation git-svn-id: https://svn.dealii.org/trunk@14478 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 eb70ac94b2..d084cc3cd7 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -689,14 +689,14 @@ class GridGenerator * biggest enclosed cylinder * - @p L: extension on the @p z-direction * - @p repetitions: number of subdivisions - * along the @z-direction + * along the @p z-direction * - @p colorize: wether to assign different * boundary indicators to different faces. * The colors are given in lexycografical * ordering for the flat faces (0 to 3 in 2d, * 0 to 5 in 3d) plus the curved hole * (4 in 2d, and 6 in 3d). - * If @colorize is set to false, then flat faces + * If @p colorize is set to false, then flat faces * get the number 0 and the hole gets number 1. */ template