From 55b2840af5dd1552416fe8ea8647c7b0723ebfe2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Oct 2014 11:06:46 -0500 Subject: [PATCH] Fix a typo. --- include/deal.II/grid/tria_boundary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/tria_boundary.h b/include/deal.II/grid/tria_boundary.h index 3e53649589..f5e52f56e6 100644 --- a/include/deal.II/grid/tria_boundary.h +++ b/include/deal.II/grid/tria_boundary.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1998 - 2013 by the deal.II authors +// Copyright (C) 1998 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -73,7 +73,7 @@ template class Triangulation; * about boundary indicators and the like, as well as all other information * provided by these objects. * - * There are specialisations, StraightBoundary, which places + * There are specializations, StraightBoundary, which places * the new point right into the middle of the given points, and * HyperBallBoundary creating a hyperball with given radius * around a given center point. -- 2.39.5