mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Correct spelling mistakes.
This commit is contained in:
parent
8e479865d5
commit
fc64a43ec6
@ -118,7 +118,7 @@
|
|||||||
<li><a href="https://github.com/benoitc/gunicorn/projects/4">Forum</a></li>
|
<li><a href="https://github.com/benoitc/gunicorn/projects/4">Forum</a></li>
|
||||||
<li><a href="https://github.com/benoitc/gunicorn/projects/3">Mailing list</a>
|
<li><a href="https://github.com/benoitc/gunicorn/projects/3">Mailing list</a>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Project maintainance guidelines are avaible on the <a href="https://github.com/benoitc/gunicorn/wiki/Project-management">wiki</a></p>
|
<p>Project maintenance guidelines are avaible on the <a href="https://github.com/benoitc/gunicorn/wiki/Project-management">wiki</a></p>
|
||||||
|
|
||||||
<h1>Irc</h1>
|
<h1>Irc</h1>
|
||||||
<p>The Gunicorn channel is on the <a href="http://freenode.net/">Freenode</a> IRC
|
<p>The Gunicorn channel is on the <a href="http://freenode.net/">Freenode</a> IRC
|
||||||
|
|||||||
@ -845,7 +845,7 @@ class InputDirectory:
|
|||||||
|
|
||||||
def __init__(self, attributes, base_url):
|
def __init__(self, attributes, base_url):
|
||||||
self._path = None # The directory
|
self._path = None # The directory
|
||||||
self._url = None # The URL equivelant
|
self._url = None # The URL equivalent
|
||||||
self._default_file = None
|
self._default_file = None
|
||||||
|
|
||||||
if not ValidateAttributes('DIRECTORY', attributes, ('path', 'url',
|
if not ValidateAttributes('DIRECTORY', attributes, ('path', 'url',
|
||||||
|
|||||||
@ -15,7 +15,7 @@ for 3 different purposes:
|
|||||||
* `Mailing list <https://github.com/benoitc/gunicorn/projects/3>`_ : Discussion of Gunicorn development, new features
|
* `Mailing list <https://github.com/benoitc/gunicorn/projects/3>`_ : Discussion of Gunicorn development, new features
|
||||||
and project management.
|
and project management.
|
||||||
|
|
||||||
Project maintainance guidelines are avaible on the `wiki <https://github.com/benoitc/gunicorn/wiki/Project-management>`_
|
Project maintenance guidelines are avaible on the `wiki <https://github.com/benoitc/gunicorn/wiki/Project-management>`_
|
||||||
.
|
.
|
||||||
|
|
||||||
IRC
|
IRC
|
||||||
|
|||||||
@ -191,7 +191,7 @@ if sys.platform.startswith("win"):
|
|||||||
# required when contention occurs.
|
# required when contention occurs.
|
||||||
timeout = 0.001
|
timeout = 0.001
|
||||||
while timeout < 1.0:
|
while timeout < 1.0:
|
||||||
# Note we are only testing for the existance of the file(s) in
|
# Note we are only testing for the existence of the file(s) in
|
||||||
# the contents of the directory regardless of any security or
|
# the contents of the directory regardless of any security or
|
||||||
# access rights. If we have made it this far, we have sufficient
|
# access rights. If we have made it this far, we have sufficient
|
||||||
# permissions to do that much using Python's equivalent of the
|
# permissions to do that much using Python's equivalent of the
|
||||||
@ -415,7 +415,7 @@ def daemonize(enable_stdio_inheritance=False):
|
|||||||
os.umask(0o22)
|
os.umask(0o22)
|
||||||
|
|
||||||
# In both the following any file descriptors above stdin
|
# In both the following any file descriptors above stdin
|
||||||
# stdout and stderr are left untouched. The inheritence
|
# stdout and stderr are left untouched. The inheritance
|
||||||
# option simply allows one to have output go to a file
|
# option simply allows one to have output go to a file
|
||||||
# specified by way of shell redirection when not wanting
|
# specified by way of shell redirection when not wanting
|
||||||
# to use --error-log option.
|
# to use --error-log option.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user