From 4c6f9201ba2734091af36c091c5459f720eace7a Mon Sep 17 00:00:00 2001 From: Christopher Truman Date: Sun, 31 May 2020 18:18:26 -0700 Subject: [PATCH] One more --- SDWebImage/Core/SDWebImageDownloaderOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/Core/SDWebImageDownloaderOperation.m b/SDWebImage/Core/SDWebImageDownloaderOperation.m index 9f51dfb2..8d25f3b8 100644 --- a/SDWebImage/Core/SDWebImageDownloaderOperation.m +++ b/SDWebImage/Core/SDWebImageDownloaderOperation.m @@ -390,7 +390,7 @@ didReceiveResponse:(NSURLResponse *)response // Get the image data NSData *imageData = [self.imageData copy]; - // keep maxmium one progressive decode process during download + // keep maximum one progressive decode process during download if (self.coderQueue.operationCount == 0) { // NSOperation have autoreleasepool, don't need to create extra one [self.coderQueue addOperationWithBlock:^{