Skip to content

Commit e717873

Browse files
Fix typos in README.
1 parent a6ca07b commit e717873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ user account you have created for running the Python web application::
176176
--user www-data --group www-data
177177

178178
This approach to running ``mod_wsgi-express`` will be fine so long as you
179-
are using a process supoervisor which expects the started process to remain
179+
are using a process supervisor which expects the started process to remain
180180
in the foreground and not daemonize.
181181

182182
If however you are directly integrating into the system init scripts where
@@ -192,10 +192,10 @@ In this case, instead of simply using the ``start-server`` command to
192192
--server-root=/etc/mod_wsgi-express-80
193193

194194
In running this command, it will not actually startup Apache. All it will do
195-
is created the set of configuration files and startup script to be run.
195+
is create the set of configuration files and startup script to be run.
196196

197197
So that these are not created in the default location of a directory under
198-
``/tmp``, you should use the ``-server-root`` option to specify where they
198+
``/tmp``, you should use the ``--server-root`` option to specify where they
199199
should be placed.
200200

201201
Having created the configuration and startup script, to start the Apache

0 commit comments

Comments
 (0)