From: Rene Gassmoeller <R.Gassmoeller@mailbox.org>
Date: Mon, 28 Sep 2015 10:32:08 +0000 (+0200)
Subject: More precise error message
X-Git-Tag: v8.4.0-rc2~362^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f604b26a632fdd40842f321a57c697b912dbd41;p=dealii.git

More precise error message
---

diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc
index 9b16877249..a4765c4ea0 100644
--- a/source/distributed/tria.cc
+++ b/source/distributed/tria.cc
@@ -3606,7 +3606,7 @@ namespace parallel
     Triangulation<dim,spacedim>::repartition (const std::vector<unsigned int> &cell_weights)
     {
       AssertThrow(settings & no_automatic_repartitioning,
-                  ExcMessage("You need to set the 'no_automatic_repartition' flag in the "
+                  ExcMessage("You need to set the 'no_automatic_repartitioning' flag in the "
                              "constructor when creating this parallel::distributed::Triangulation "
                              "object if you want to call repartition() manually."));