From: Wolfgang Bangerth Date: Thu, 30 Oct 2014 16:06:46 +0000 (-0500) Subject: Fix a typo. X-Git-Tag: v8.2.0-rc1~93^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F215%2Fhead;p=dealii.git Fix a typo. --- 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.