From 7350e1fa03a0fd3fc4ba6bf70342ebf3e2cf7a63 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Fri, 11 Jun 2010 16:32:35 +0200 Subject: [PATCH] Fix english in new method naming --- UIImageView+WebCache.h | 2 +- UIImageView+WebCache.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UIImageView+WebCache.h b/UIImageView+WebCache.h index 34c13ad0..517735f5 100644 --- a/UIImageView+WebCache.h +++ b/UIImageView+WebCache.h @@ -13,6 +13,6 @@ - (void)setImageWithURL:(NSURL *)url; - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder; -- (void)cancelCurrentImageLoading; +- (void)cancelCurrentImageLoad; @end diff --git a/UIImageView+WebCache.m b/UIImageView+WebCache.m index 6f79e5b3..45fc65b7 100644 --- a/UIImageView+WebCache.m +++ b/UIImageView+WebCache.m @@ -46,7 +46,7 @@ } } -- (void)cancelCurrentImageLoading +- (void)cancelCurrentImageLoad { [[SDWebImageManager sharedManager] cancelForDelegate:self]; }