From: Wolfgang Bangerth Date: Fri, 7 Apr 2017 16:58:17 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v9.0.0-rc1~1719^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4226%2Fhead;p=dealii.git Fix a typo. --- diff --git a/source/fe/fe_system.cc b/source/fe/fe_system.cc index 17b6d44a1e..2731f91899 100644 --- a/source/fe/fe_system.cc +++ b/source/fe/fe_system.cc @@ -1636,7 +1636,7 @@ FESystem::initialize_quad_dof_index_permutation () Assert (index == this->dofs_per_quad, ExcInternalError()); - // aditionally compose the permutation information for lines + // additionally compose the permutation information for lines Assert (this->adjust_line_dof_index_for_line_orientation_table.size()== this->dofs_per_line, ExcInternalError()); index = 0;