Authored by Bogdan Poplauschi

Fixed misspell

@@ -174,7 +174,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot @@ -174,7 +174,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot
174 * Remove the image from memory and disk cache asynchronously 174 * Remove the image from memory and disk cache asynchronously
175 * 175 *
176 * @param key The unique image cache key 176 * @param key The unique image cache key
177 - * @param completion An block that should be executed after the image has been removed (optional) 177 + * @param completion A block that should be executed after the image has been removed (optional)
178 */ 178 */
179 - (void)removeImageForKey:(nullable NSString *)key withCompletion:(nullable SDWebImageNoParamsBlock)completion; 179 - (void)removeImageForKey:(nullable NSString *)key withCompletion:(nullable SDWebImageNoParamsBlock)completion;
180 180
@@ -191,7 +191,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot @@ -191,7 +191,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot
191 * 191 *
192 * @param key The unique image cache key 192 * @param key The unique image cache key
193 * @param fromDisk Also remove cache entry from disk if YES 193 * @param fromDisk Also remove cache entry from disk if YES
194 - * @param completion An block that should be executed after the image has been removed (optional) 194 + * @param completion A block that should be executed after the image has been removed (optional)
195 */ 195 */
196 - (void)removeImageForKey:(nullable NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(nullable SDWebImageNoParamsBlock)completion; 196 - (void)removeImageForKey:(nullable NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(nullable SDWebImageNoParamsBlock)completion;
197 197