diff --git a/gunicorn/util.py b/gunicorn/util.py index 3ec54af0..d5d1fcfd 100644 --- a/gunicorn/util.py +++ b/gunicorn/util.py @@ -190,7 +190,7 @@ def chown(path, uid, gid): if sys.platform.startswith("win"): def _waitfor(func, pathname, waitall=False): - # Peform the operation + # Perform the operation func(pathname) # Now setup the wait loop if waitall: