From 121d3f0f2366cff5b52f8a74634d6bf42237093d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Apr 2017 10:58:17 -0600 Subject: [PATCH] Fix a typo. --- source/fe/fe_system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5