From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Sat, 26 Apr 2014 11:53:22 +0000 (+0000)
Subject: Minor text edits.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf50ea8b44bc4615bce4b02042b456b27fb85ac3;p=dealii-svn.git

Minor text edits.

git-svn-id: https://svn.dealii.org/trunk@32840 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index 4af2ee48b4..c442348d1b 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -148,11 +148,11 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
-  <li> Fixed: parallel::distributed::Triangulation<...>::load now has an
-  additional parameter autopartition to control p4est's behaviour of
-  rebalancing triangulations between mpi nodes upon reading. It is
-  particularly useful to disable this behaviour when data is stored
-  seperately (see tests mpi/p4est_save_0?).
+  <li> Fixed: parallel::distributed::Triangulation::load now has an
+  additional parameter <code>autopartition</code> to control p4est's behavior of
+  rebalancing triangulations between MPI nodes upon reading. It is
+  particularly useful to disable this behavior when data is stored
+  separately (examples for this are in the regression tests mpi/p4est_save_0?).
   <br>
   (Alexander Grayver, Matthias Maier, 2014/04/26)
   </li>
diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h
index 673b0dc132..a97648e49a 100644
--- a/deal.II/include/deal.II/distributed/tria.h
+++ b/deal.II/include/deal.II/distributed/tria.h
@@ -567,7 +567,7 @@ namespace parallel
        * If you use p4est version > 0.3.4.2 the @p autopartition flag tells
        * p4est to ignore the partitioning that the triangulation had when
        * it was saved and make it uniform upon loading. If @p autopartition
-       * set to false, the triangulation is only repartitioned if needed
+       * is set to false, the triangulation is only repartitioned if needed
        * (i.e. if a different number of MPI processes is encountered).
        */
       void load(const char *filename, bool autopartition = true);