From: Wolfgang Bangerth Date: Tue, 6 Mar 2001 16:04:22 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v8.0.0~19641 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261260436925cb53f3d9cd4ce7ee6d2f6eba1381;p=dealii.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}.