From 8ddb322fc83f225272fdf6b4aac253c6c300b0a6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 11 Nov 2007 20:55:06 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/include/grid/tria_boundary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.39.5