From: bangerth Date: Sun, 11 Nov 2007 20:55:06 +0000 (+0000) Subject: Fix a typo (we usually use American english, rather than British english) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ddb322fc83f225272fdf6b4aac253c6c300b0a6;p=dealii-svn.git Fix a typo (we usually use American english, rather than British english) git-svn-id: https://svn.dealii.org/trunk@15483 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_boundary.h b/deal.II/deal.II/include/grid/tria_boundary.h index b95a7f27a8..9d33db0bb9 100644 --- a/deal.II/deal.II/include/grid/tria_boundary.h +++ b/deal.II/deal.II/include/grid/tria_boundary.h @@ -253,7 +253,7 @@ class Boundary : public Subscriptor /** - * Specialisation of Boundary, which places the new point + * Specialization of Boundary, which places the new point * right into the middle of the given points. The middle is defined * as the arithmetic mean of the points. *