From: Bruno Turcksin Date: Mon, 22 Jun 2020 13:26:37 +0000 (+0000) Subject: Fix typo X-Git-Tag: v9.3.0-rc1~1314^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a69a3a508867690d1f351058404493548f37d1;p=dealii.git Fix typo --- 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;