From 7c410933743778fad168913db2a362022defa66b Mon Sep 17 00:00:00 2001
From: Felix Gruber <gruber@igpm.rwth-aachen.de>
Date: Tue, 10 Mar 2015 16:40:36 +0100
Subject: [PATCH] [duneproject] fix typos in README

---
 bin/duneproject | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/duneproject b/bin/duneproject
index 86280a609..b4b31ad2e 100644
--- a/bin/duneproject
+++ b/bin/duneproject
@@ -393,7 +393,7 @@ have to add the directory where the dunecontrol script resides (probably
 ./dune-common/bin) to your path or specify the relative path of the script.
 
 On your project and all uninstalled DUNE source modules found the script
-will then calls the GNU autoconf/automake to create a ./configure-script
+will then call the GNU autoconf/automake to create a ./configure-script
 and the Makefiles. Afterwards that configure script will be called and the
 modules will be build using make all
 
@@ -401,7 +401,7 @@ Most probably you'll have to provide additional information to dunecontrol
 (e. g. compilers, configure options) and/or make options.
 
 The most convenient way is to use options files in this case. The files
-defining four variables:
+define four variables:
 
 CMAKE_FLAGS      flags passed to cmake
 AUTOGEN_FLAGS    flags passed to autogen
-- 
GitLab