diff xml/en/docs/faq/daemon_master_process_off.xml @ 200:19c060caf965

- Figured out how to add new faq entries to makefile - Aligned sys_errlist style with the other entries - Minor typos corrected in the other entries
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 17:19:40 +0000
parents ec4626d04879
children e58be01b1f4a
line wrap: on
line diff
--- a/xml/en/docs/faq/daemon_master_process_off.xml
+++ b/xml/en/docs/faq/daemon_master_process_off.xml
@@ -21,7 +21,7 @@ in a production environment?
 <para>
 <initial>A:</initial>
 First of all, both "daemon on|off" and "master_process on|off" directives were
-intended to be used primarily for nginx code develpment.
+intended to be used primarily for nginx code development.
 </para>
 
 <para>
@@ -35,7 +35,7 @@ option with "daemon off".
 In a development environment, using "master_process off", nginx can run in
 the foreground without the master process and can be terminated simply
 with ^C (SIGINT). This is somewhat similar to running Apache with
-an 'X' commandline option. However you should NEVER run nginx in production
+an 'X' command-line option. However you should NEVER run nginx in production
 with "master_process off".
 </para>