From: wolf Date: Tue, 6 Mar 2001 16:04:22 +0000 (+0000) Subject: Typo fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bff6f379c37d1dba30ece4dc4f650b713c90500;p=dealii-svn.git Typo fix. git-svn-id: https://svn.dealii.org/trunk@4129 0785d39b-7218-0410-832d-ea1e28bc413d --- 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}.