From 7289afa5e1c89d7a1342d9c479865e3f56dc07e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 10 Oct 2017 16:58:53 -0600 Subject: [PATCH] Fix a typo. --- include/deal.II/distributed/shared_tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index 930b5797a9..0cbd0fa953 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -320,7 +320,7 @@ namespace parallel * A vector containing level subdomain IDs of cells obtained by partitioning * each level. * - * The original parition information is stored to allow using sequential + * The original partition information is stored to allow using sequential * DoF distribution and partitioning functions with semi-artificial * cells. */ -- 2.39.5