From 25a3f1210f6f0723dd835d2155ff691e7e87d60e Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Mon, 11 Dec 2006 15:23:51 +0000
Subject: [PATCH] typo

[[Imported from SVN: r4814]]
---
 m4/dune_mpi.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/dune_mpi.m4 b/m4/dune_mpi.m4
index a6817b5e8..1776739e6 100644
--- a/m4/dune_mpi.m4
+++ b/m4/dune_mpi.m4
@@ -146,8 +146,8 @@ AC_DEFUN([DUNE_MPI],[
             Some MPI implementations require a special deamon to be running!
             If you don't want to use MPI you can use --disable-parallel to disable
             all parallel code in Dune.
-            If you want to use parallel code, but can not disable the MPI run test
-            during configure (This is need if you depend on a queuing system), you
+            If you want to use parallel code, but cannot run the MPI run test
+            during configure (This is needed if you depend on a queuing system), you
             might use the --disable-mpiruntest switch.
             See config.log for details])
             with_mpi=no]
-- 
GitLab