From 44a7a3909d9eee7b4de040137214533d7cb1376f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 1 May 2019 08:05:34 -0600 Subject: [PATCH] Fix a couple of typos. --- source/fe/fe_poly_tensor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/fe/fe_poly_tensor.cc b/source/fe/fe_poly_tensor.cc index 2dc68bc749..95fdc779dc 100644 --- a/source/fe/fe_poly_tensor.cc +++ b/source/fe/fe_poly_tensor.cc @@ -44,9 +44,9 @@ namespace internal //--------------------------------------------------------------------------- /** - * On noncartesian grids, the sign of the DoFs associated with the faces + * On non-Cartesian grids, the sign of the DoFs associated with the faces * of the elements has to be changed in some cases. This procedure - * implements an algorithm, which determines the DoFs, which need this + * implements an algorithm that determines those DoFs that need this * sign change for a given cell. */ void @@ -358,7 +358,7 @@ FE_PolyTensor::fill_fe_values( // Create table with sign changes, due to the special structure of the RT // elements. - // TODO: Preliminary hack to demonstrate the overall prinicple! + // TODO: Preliminary hack to demonstrate the overall principle! // Compute eventual sign changes depending on the neighborhood // between two faces. -- 2.39.5