From 873ad6bb7afcda7a01110a76adfd814ecc179e06 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Fri, 22 Jan 2010 09:19:46 +0000
Subject: [PATCH] spelling

[[Imported from SVN: r5847]]
---
 m4/dune_mpi.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/m4/dune_mpi.m4 b/m4/dune_mpi.m4
index 47f5d6e3a..3bb47a676 100644
--- a/m4/dune_mpi.m4
+++ b/m4/dune_mpi.m4
@@ -7,7 +7,7 @@ dnl -*- autoconf -*-
 # ============
 #
 
-# compilation of MPI-programs is normally done by a
+# Compilation of MPI programs is normally done by a
 # mpicc/mpiCC-wrapper that adds all options needed. Thus, it may seem
 # possible to just replace the compiler call by the wrapper and
 # everything works. Unfortunately that's not the case: automake and
@@ -17,7 +17,7 @@ dnl -*- autoconf -*-
 # should work (at least I've found reports claiming this) but that is
 # not what we want: mainly, it just adds a level of possible errors
 # (mpiCC from MPICH does _nothing_ if "mpicc -c dummy.cc" is called!)
-# and might introduce nice library-clashes.
+# and may introduce nice library-clashes.
 #
 # The next approach would be to include
 #       if MPI
@@ -212,7 +212,7 @@ AC_DEFUN([DUNE_MPI],[
   AC_SUBST(MPI_VERSION, $dune_MPI_VERSION)
 
   DUNE_DEPRECATED_CPPFLAGS(MPI_CPPFLAGS, "$DUNEMPICPPFLAGS",
-    [The MPI_CPPFLAGS configure substitute is deprecated.  Please change your Makefile.am to use DUNEMPICPPFLAGS instead.  Note that it is a good idea to change any occurance of MPI_LDFLAGS into DUNEMPILIBS and DUNEMPILDFLAGS as apropriate, since it is not possible to issue a deprecation warning in that case.])
+    [The MPI_CPPFLAGS configure substitute is deprecated.  Please change your Makefile.am to use DUNEMPICPPFLAGS instead.  Note that it is a good idea to change any occurance of MPI_LDFLAGS into DUNEMPILIBS and DUNEMPILDFLAGS as appropriate, since it is not possible to issue a deprecation warning in that case.])
   AC_SUBST(MPI_LDFLAGS)
 
   DUNE_ADD_ALL_PKG([MPI], [$DUNEMPICPPFLAGS], [$DUNEMPILDFLAGS], [$DUNEMPILIBS])
-- 
GitLab