From 1e0a97f43f2606189ac5eb6153ffd1fd78a422c5 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 5 Apr 2018 11:14:05 -0400 Subject: [PATCH] Fix two more double word typos. --- include/deal.II/grid/tria.h | 2 +- include/deal.II/lac/trilinos_vector.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 6bfccb2532..12cc8d88ba 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -3165,7 +3165,7 @@ public: /** * Declare the (coarse) face pairs given in the argument of this function as - * periodic. This way it it possible to obtain neighbors across periodic + * periodic. This way it is possible to obtain neighbors across periodic * boundaries. * * The vector can be filled by the function diff --git a/include/deal.II/lac/trilinos_vector.h b/include/deal.II/lac/trilinos_vector.h index 0e578a3386..00bb298a7f 100644 --- a/include/deal.II/lac/trilinos_vector.h +++ b/include/deal.II/lac/trilinos_vector.h @@ -438,7 +438,7 @@ namespace TrilinosWrappers * class for more information. * * In case the provided IndexSet forms an overlapping partitioning, - * it it not clear which elements are owned by which process and + * it is not clear which elements are owned by which process and * locally_owned_elements() will return an IndexSet of size zero. * * @see -- 2.39.5