From 0c994c6070fee4118b79f481c80b863a14e2777c Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Tue, 21 Jan 2014 14:07:30 +0100
Subject: [PATCH] [bugfix] Fix language in screen output

---
 bin/am2cmake.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/am2cmake.py b/bin/am2cmake.py
index 6b147ec08..221b823dc 100755
--- a/bin/am2cmake.py
+++ b/bin/am2cmake.py
@@ -721,7 +721,7 @@ def finalize_cmake_module(module_name):
                        module_name.capitalize())
     name_wo_dasch=module_name.replace('-', '')
     lines = ['\nadd_subdirectory(cmake/modules)\n',
-             '# finalize the dune project, e.g. generating config.h etc.\n'
+             '# finalize the dune project, e.g., generate config.h etc.\n'
              'finalize_dune_project(GENERATE_CONFIG_H_CMAKE)\n']
     return ''.join(lines)
 
-- 
GitLab