Skip to content

Commit

Permalink
fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Jul 23, 2016
1 parent fa8b8eb commit 13d1937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn/arbiter.py
Expand Up @@ -408,13 +408,13 @@ def reexec(self):

os.chdir(self.START_CTX['cwd'])

# exec the process using the original environnement
# exec the process using the original environment
os.execvpe(self.START_CTX[0], self.START_CTX['args'], environ)

def reload(self):
old_address = self.cfg.address

# reset old environement
# reset old environment
for k in self.cfg.env:
if k in self.cfg.env_orig:
# reset the key to the value it had before
Expand Down

0 comments on commit 13d1937

Please sign in to comment.