From d4ff4b419cd42f4fe9be28998c3e4fb965edf8e7 Mon Sep 17 00:00:00 2001 From: c-bata Date: Mon, 20 May 2019 15:35:08 +0900 Subject: [PATCH] Fix typo: peform to perform --- gunicorn/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: