From: alberto sartori Date: Mon, 12 Oct 2015 07:29:42 +0000 (+0200) Subject: fixed typos X-Git-Tag: v8.4.0-rc2~323^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777dcc9a42445f2786669669d0c14ac885e922bd;p=dealii.git fixed typos --- 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 "