From: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
Date: Tue, 11 Jun 2019 12:42:24 +0000 (+0200)
Subject: Fix typo and language inaccuracy in 9.1 changelog
X-Git-Tag: v9.2.0-rc1~1435^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ca74ca9a20ae0942e0bda49076cffba306ddb2;p=dealii.git

Fix typo and language inaccuracy in 9.1 changelog
---

diff --git a/doc/news/9.0.1-vs-9.1.0.h b/doc/news/9.0.1-vs-9.1.0.h
index f105dad4cb..7e744aaa2e 100644
--- a/doc/news/9.0.1-vs-9.1.0.h
+++ b/doc/news/9.0.1-vs-9.1.0.h
@@ -231,7 +231,7 @@ inconvenience this causes.
  </li>
 
  <li>
-  New: Ths step-64 tutorial demonstrates how to use the CUDAWrappers::MatrixFree
+  New: The step-64 tutorial demonstrates how to use the CUDAWrappers::MatrixFree
   framework (possibly with MPI) and discusses the peculiarities of using CUDA
   inside deal.II in general.
   <br>
@@ -1928,8 +1928,8 @@ inconvenience this causes.
   LinearAlgebra::distributed::BlockVector::update_ghost_values() and
   LinearAlgebra::distributed::BlockVector::compress() calls on block vectors
   with many blocks, rather than splitting each method into two parts for
-  overlapping communication and computation. The latter is inefficient as soon
-  as too many MPI requests are in flight.
+  overlapping communication and computation. The latter is inefficient once
+  too many MPI requests are in flight.
   <br>
   (Martin Kronbichler, Denis Davydov, 2018/05/24)
  </li>