From 572e69e12c128d5136e70a7e50cc7a4ffd5b0647 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sun, 18 Mar 2018 22:11:49 -0400 Subject: [PATCH] Misc. typos fixes Found via `codespell` --- include/deal.II/non_matching/coupling.h | 4 ++-- include/deal.II/numerics/derivative_approximation.h | 2 +- source/base/parameter_handler.cc | 2 +- source/non_matching/coupling.cc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/deal.II/non_matching/coupling.h b/include/deal.II/non_matching/coupling.h index 5f6e47d709..30e75b6d76 100644 --- a/include/deal.II/non_matching/coupling.h +++ b/include/deal.II/non_matching/coupling.h @@ -59,7 +59,7 @@ namespace NonMatching * on. If one of the two masks has more non-zero than the other, then the * excess components will be ignored. * - * If the domain $B$ does not fall withing $\Omega$, an exception will be + * If the domain $B$ does not fall within $\Omega$, an exception will be * thrown by the algorithm that computes the quadrature point locations. In * particular, notice that this function only makes sens for `dim1` lower or * equal than `dim0`. A static assert guards that this is actually the case. @@ -112,7 +112,7 @@ namespace NonMatching * on. If one of the two masks has more non-zero entries non-zero than the * other, then the excess components will be ignored. * - * If the domain $B$ does not fall withing $\Omega$, an exception will be + * If the domain $B$ does not fall within $\Omega$, an exception will be * thrown by the algorithm that computes the quadrature point locations. In * particular, notice that this function only makes sens for `dim1` lower or * equal than `dim0`. A static assert guards that this is actually the case. diff --git a/include/deal.II/numerics/derivative_approximation.h b/include/deal.II/numerics/derivative_approximation.h index 1e0cfdd079..69d7955f05 100644 --- a/include/deal.II/numerics/derivative_approximation.h +++ b/include/deal.II/numerics/derivative_approximation.h @@ -143,7 +143,7 @@ DEAL_II_NAMESPACE_OPEN * in the main function @p approximate. * * Due to this way of operation, the class may be easily extended for higher - * oder derivatives than are presently implemented. Basically, only an + * order derivatives than are presently implemented. Basically, only an * additional class along the lines of the derivative descriptor classes @p * Gradient and @p SecondDerivative has to be implemented, with the respective * typedefs and functions replaced by the appropriate analogues for the diff --git a/source/base/parameter_handler.cc b/source/base/parameter_handler.cc index 0b392a4cd5..1241653e60 100644 --- a/source/base/parameter_handler.cc +++ b/source/base/parameter_handler.cc @@ -589,7 +589,7 @@ void ParameterHandler::parse_input_from_json (std::istream &in) // file. read_json (in, node_tree); - // The xml function is reused to read in the xml into the paramter file. + // The xml function is reused to read in the xml into the parameter file. // This means that only mangled files can be read. read_xml_recursively (node_tree, "", path_separator, patterns, *entries); } diff --git a/source/non_matching/coupling.cc b/source/non_matching/coupling.cc index 84a172a08b..2951c44e56 100644 --- a/source/non_matching/coupling.cc +++ b/source/non_matching/coupling.cc @@ -250,7 +250,7 @@ namespace NonMatching if (space_gtl[comp_i] == immersed_gtl[comp_j]) for (unsigned int oq=0; oq