From 4895d3b573939d0399f31843c68285623b4f27b5 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sun, 19 Jan 2014 19:26:48 +0100 Subject: [PATCH] Add missing apostrophe in English text --- bin/duneproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/duneproject b/bin/duneproject index 31871fd99..338339f2f 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -220,7 +220,7 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do read -p "3) Project/Module version? " VERSION done while [ -z "$MAINTAINER" ]; do - read -p "4) Maintainers email address? " MAINTAINER + read -p "4) Maintainer's email address? " MAINTAINER done echo -- GitLab