From c4b7b5f36c06fc6896a3115d2fe9e39be20d7c32 Mon Sep 17 00:00:00 2001 From: heltai Date: Thu, 15 Feb 2007 19:18:59 +0000 Subject: [PATCH] Spelling error in documentation git-svn-id: https://svn.dealii.org/trunk@14478 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_generator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5