From: David Wells Date: Thu, 5 Apr 2018 15:14:05 +0000 (-0400) Subject: Fix two more double word typos. X-Git-Tag: v9.0.0-rc1~232^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0a97f43f2606189ac5eb6153ffd1fd78a422c5;p=dealii.git Fix two more double word typos. --- 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