From 9ccf60b88e255dc853c081ce976e77d626dea952 Mon Sep 17 00:00:00 2001 From: Jonas Petersen Date: Tue, 15 Dec 2020 11:21:35 +0100 Subject: [PATCH] Fixed typo. --- utils/multires/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/multires/generate.py b/utils/multires/generate.py index d72ab5e..00e1eb6 100755 --- a/utils/multires/generate.py +++ b/utils/multires/generate.py @@ -36,7 +36,7 @@ import ast from distutils.spawn import find_executable import subprocess -# Allow large images (this could lead to a denial of service attach if you're +# Allow large images (this could lead to a denial of service attack if you're # running this script on user-submitted images.) Image.MAX_IMAGE_PIXELS = None