diff --git a/custom_modules.md b/custom_modules.md index 1e0f85c..e1b3a66 100644 --- a/custom_modules.md +++ b/custom_modules.md @@ -131,7 +131,7 @@ Import('env') env.add_source_files(env.modules_sources,"*.cpp") # just add all cpp files to the build ``` -And finally, the configuration file for the module, this is a simply python script that must be named 'config.py' +And finally, the configuration file for the module, this is a simple python script that must be named 'config.py' ```python # config.py