Skip to content

Commit

Permalink
Fix english in new method naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Poitrey committed Jun 11, 2010
1 parent 1b0cf3a commit 7350e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UIImageView+WebCache.h
Expand Up @@ -13,6 +13,6 @@

- (void)setImageWithURL:(NSURL *)url;
- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder;
- (void)cancelCurrentImageLoading;
- (void)cancelCurrentImageLoad;

@end
2 changes: 1 addition & 1 deletion UIImageView+WebCache.m
Expand Up @@ -46,7 +46,7 @@ - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder
}
}

- (void)cancelCurrentImageLoading
- (void)cancelCurrentImageLoad
{
[[SDWebImageManager sharedManager] cancelForDelegate:self];
}
Expand Down

0 comments on commit 7350e1f

Please sign in to comment.