From c515a91c4cdc2734209b13b37a4277d4df76ce7a Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 7 May 2010 19:29:47 -0400 Subject: [PATCH] Fix typo spotted by Benoit --- examples/gunicorn.conf.py.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gunicorn.conf.py.sample b/examples/gunicorn.conf.py.sample index 5a6d94a2..047708da 100644 --- a/examples/gunicorn.conf.py.sample +++ b/examples/gunicorn.conf.py.sample @@ -118,7 +118,7 @@ spew = False # can be retrieved with a call to pwd.getgrnam(value) or None # to change the worker processes group. # -# umask - A mask for file permissions written by Gunicorn. Not that +# umask - A mask for file permissions written by Gunicorn. Note that # this affects unix socket permissions. # # A valid value for the os.umask(mode) call or a string