From: Wolfgang Bangerth Date: Wed, 1 May 2019 14:05:34 +0000 (-0600) Subject: Fix a couple of typos. X-Git-Tag: v9.1.0-rc1~153^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7987%2Fhead;p=dealii.git Fix a couple of typos. --- 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.