comparison contrib/win32/hgwebdir_wsgi.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents a2aa75118837
children 77142de48ae4
comparison
equal deleted inserted replaced
17406:fc14953e8e34 17424:e7cfe3587ea4
25 # 25 #
26 # - Setup an IIS application where your hgwebdir is to be served from. 26 # - Setup an IIS application where your hgwebdir is to be served from.
27 # On 64-bit systems, make sure it's assigned a 32-bit app pool. 27 # On 64-bit systems, make sure it's assigned a 32-bit app pool.
28 # 28 #
29 # - In the application, setup a wildcard script handler mapping of type 29 # - In the application, setup a wildcard script handler mapping of type
30 # IpsapiModule with the shim dll as its executable. This file MUST reside 30 # IsapiModule with the shim dll as its executable. This file MUST reside
31 # in the same directory as the shim. Remove all other handlers, if you wish. 31 # in the same directory as the shim. Remove all other handlers, if you wish.
32 # 32 #
33 # - Make sure the ISAPI and CGI restrictions (configured globally on the 33 # - Make sure the ISAPI and CGI restrictions (configured globally on the
34 # web server) includes the shim dll, to allow it to run. 34 # web server) includes the shim dll, to allow it to run.
35 # 35 #