From: Wolfgang 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-Tag: v8.0.0~9616 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1037b98c5b6d88b8441a847d56d63f0240ea8c;p=dealii.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. *