From: bangerth Date: Tue, 7 Jun 2011 06:56:30 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4b8d19328efd7ac1575325deaf62c6cf4f0e7e;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@23794 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/tria_faces.h b/deal.II/include/deal.II/grid/tria_faces.h index 353e7e4e12..3fc65bca6c 100644 --- a/deal.II/include/deal.II/grid/tria_faces.h +++ b/deal.II/include/deal.II/grid/tria_faces.h @@ -33,7 +33,7 @@ namespace internal * the TriaFaces classes store the information belonging to the faces of a * triangualtion seperately from the TriaLevel classes. * - * This general template is only provided to enable a specialisation below. + * This general template is only provided to enable a specialization below. * * @author Tobias Leicht, 2006 */