From 74a69a3a508867690d1f351058404493548f37d1 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Mon, 22 Jun 2020 13:26:37 +0000 Subject: [PATCH] Fix typo --- include/deal.II/matrix_free/matrix_free.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index ea5ed5986a..28404466bd 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -1514,7 +1514,7 @@ public: get_vector_partitioner(const unsigned int dof_handler_index = 0) const; /** - * Return the set of cells that are oned by the processor. + * Return the set of cells that are owned by the processor. */ const IndexSet & get_locally_owned_set(const unsigned int dof_handler_index = 0) const; -- 2.39.5