Add generic main config option lazy_init
[users/heiko/exim.git] / src / src / environment.c
index c394eb7e7b9f9b31b576857cbe27db5fc105c615..e73b50d58c2c5ca144bc6c1bec274101c10358b3 100644 (file)
@@ -12,7 +12,7 @@
 extern char **environ;
 
 /* The cleanup_environment() function is used during the startup phase
-of the Exim process, right after reading the configurations main
+of the Exim process, right after reading the configuration's main
 part, before any expansions take place. It retains the environment
 variables we trust (via the keep_environment option) and allows to
 set additional variables (via add_environment).