mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix a typo.
environement -> environment
This commit is contained in:
parent
56b9fca562
commit
1e48a4071a
@ -169,7 +169,7 @@ class Config(object):
|
||||
try:
|
||||
k, v = s.split('=', 1)
|
||||
except ValueError:
|
||||
raise RuntimeError("environement setting %r invalid" % s)
|
||||
raise RuntimeError("environment setting %r invalid" % s)
|
||||
|
||||
env[k] = v
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user