From 777dcc9a42445f2786669669d0c14ac885e922bd Mon Sep 17 00:00:00 2001 From: alberto sartori Date: Mon, 12 Oct 2015 09:29:42 +0200 Subject: [PATCH] fixed typos --- include/deal.II/lac/chunk_sparse_matrix.h | 4 ++-- include/deal.II/lac/sparse_matrix.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/lac/chunk_sparse_matrix.h b/include/deal.II/lac/chunk_sparse_matrix.h index e27c1bbe80..9ee22f1fad 100644 --- a/include/deal.II/lac/chunk_sparse_matrix.h +++ b/include/deal.II/lac/chunk_sparse_matrix.h @@ -1294,8 +1294,8 @@ public: "(completely) take into account all of the entries you " "will later try to write into. An example would be " "building a sparsity pattern that does not include " - "the entries you will write into due to constraint " - "on degrees of freedom such as handing nodes or periodic " + "the entries you will write into due to constraints " + "on degrees of freedom such as hanging nodes or periodic " "boundary conditions. In such cases, building the " "sparsity pattern will succeed, but you will get errors " "such as the current one at one point or other when " diff --git a/include/deal.II/lac/sparse_matrix.h b/include/deal.II/lac/sparse_matrix.h index 5d80079c82..ba07c37118 100644 --- a/include/deal.II/lac/sparse_matrix.h +++ b/include/deal.II/lac/sparse_matrix.h @@ -1518,8 +1518,8 @@ public: "(completely) take into account all of the entries you " "will later try to write into. An example would be " "building a sparsity pattern that does not include " - "the entries you will write into due to constraint " - "on degrees of freedom such as handing nodes or periodic " + "the entries you will write into due to constraints " + "on degrees of freedom such as hanging nodes or periodic " "boundary conditions. In such cases, building the " "sparsity pattern will succeed, but you will get errors " "such as the current one at one point or other when " -- 2.39.5