Fix typo: peform to perform

This commit is contained in:
c-bata 2019-05-20 15:35:08 +09:00 committed by Berker Peksag
parent dc639e0d0e
commit d4ff4b419c

View File

@ -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: