mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typo: peform to perform
This commit is contained in:
parent
dc639e0d0e
commit
d4ff4b419c
@ -190,7 +190,7 @@ def chown(path, uid, gid):
|
|||||||
|
|
||||||
if sys.platform.startswith("win"):
|
if sys.platform.startswith("win"):
|
||||||
def _waitfor(func, pathname, waitall=False):
|
def _waitfor(func, pathname, waitall=False):
|
||||||
# Peform the operation
|
# Perform the operation
|
||||||
func(pathname)
|
func(pathname)
|
||||||
# Now setup the wait loop
|
# Now setup the wait loop
|
||||||
if waitall:
|
if waitall:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user