From 1bff6f379c37d1dba30ece4dc4f650b713c90500 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 6 Mar 2001 16:04:22 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://svn.dealii.org/trunk@4129 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_system.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_system.h b/deal.II/deal.II/include/fe/fe_system.h index da1d97d857..243218b7d9 100644 --- a/deal.II/deal.II/include/fe/fe_system.h +++ b/deal.II/deal.II/include/fe/fe_system.h @@ -232,15 +232,15 @@ class FESystem : public FiniteElement /** - * Calles (among other things) + * Calls (among other things) * @p{fill_fe_([sub]face)_values} - * of the base elements. Calles + * of the base elements. Calls * @p{fill_fe_values} if * @p{face_no==-1} and - * @p{sub_no==-1}; calles + * @p{sub_no==-1}; calls * @p{fill_fe_face_values} if * @p{face_no==-1} and - * @p{sub_no!=-1}; and calles + * @p{sub_no!=-1}; and calls * @p{fill_fe_subface_values} if * @p{face_no!=-1} and * @p{sub_no!=-1}. -- 2.39.5