Authored by David Messing

Merge branch 'branch-misspell'

@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 * @param completedBlock A block called when operation has been completed. This block has no return value 43 * @param completedBlock A block called when operation has been completed. This block has no return value
44 * and takes the requested UIImage as first parameter. In case of error the image parameter 44 * and takes the requested UIImage as first parameter. In case of error the image parameter
45 * is nil and the second parameter may contain an NSError. The third parameter is a Boolean 45 * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
46 - * indicating if the image was retrived from the local cache of from the network. 46 + * indicating if the image was retrived from the local cache or from the network.
47 * The forth parameter is the original image url. 47 * The forth parameter is the original image url.
48 */ 48 */
49 - (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock; 49 - (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 * @param completedBlock A block called when operation has been completed. This block has no return value 58 * @param completedBlock A block called when operation has been completed. This block has no return value
59 * and takes the requested UIImage as first parameter. In case of error the image parameter 59 * and takes the requested UIImage as first parameter. In case of error the image parameter
60 * is nil and the second parameter may contain an NSError. The third parameter is a Boolean 60 * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
61 - * indicating if the image was retrived from the local cache of from the network. 61 + * indicating if the image was retrived from the local cache or from the network.
62 * The forth parameter is the original image url. 62 * The forth parameter is the original image url.
63 */ 63 */
64 - (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; 64 - (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 * @param completedBlock A block called when operation has been completed. This block has no return value 74 * @param completedBlock A block called when operation has been completed. This block has no return value
75 * and takes the requested UIImage as first parameter. In case of error the image parameter 75 * and takes the requested UIImage as first parameter. In case of error the image parameter
76 * is nil and the second parameter may contain an NSError. The third parameter is a Boolean 76 * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
77 - * indicating if the image was retrived from the local cache of from the network. 77 + * indicating if the image was retrived from the local cache or from the network.
78 * The forth parameter is the original image url. 78 * The forth parameter is the original image url.
79 */ 79 */
80 - (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock; 80 - (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock;