From 4e2e5712f09e689162f66613312ab2fba6cc8ec9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 16 Feb 2007 23:17:18 +0000 Subject: [PATCH] Fix another typo. git-svn-id: https://svn.dealii.org/trunk@14488 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 d084cc3cd7..bad47a009b 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, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -692,7 +692,7 @@ class GridGenerator * along the @p z-direction * - @p colorize: wether to assign different * boundary indicators to different faces. - * The colors are given in lexycografical + * The colors are given in lexicografic * 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). -- 2.39.5