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