Skip to content
Snippets Groups Projects
Commit 0c994c60 authored by Oliver Sander's avatar Oliver Sander
Browse files

[bugfix] Fix language in screen output

parent 073167e6
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment