Skip to content

Commit 5f4d7f4

Browse files
committed
Merge pull request SDWebImage#893 from asparagui/sp_fixes
minor spelling (forth->fourth)
2 parents 43af50c + 5284ac6 commit 5f4d7f4

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

SDWebImage/MKAnnotationView+WebCache.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* and takes the requested UIImage as first parameter. In case of error the image parameter
6565
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
6666
* indicating if the image was retrived from the local cache or from the network.
67-
* The forth parameter is the original image url.
67+
* The fourth parameter is the original image url.
6868
*/
6969
- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
7070

@@ -79,7 +79,7 @@
7979
* and takes the requested UIImage as first parameter. In case of error the image parameter
8080
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
8181
* indicating if the image was retrived from the local cache or from the network.
82-
* The forth parameter is the original image url.
82+
* The fourth parameter is the original image url.
8383
*/
8484
- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
8585

@@ -95,7 +95,7 @@
9595
* and takes the requested UIImage as first parameter. In case of error the image parameter
9696
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
9797
* indicating if the image was retrived from the local cache or from the network.
98-
* The forth parameter is the original image url.
98+
* The fourth parameter is the original image url.
9999
*/
100100
- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
101101

SDWebImage/UIButton+WebCache.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* and takes the requested UIImage as first parameter. In case of error the image parameter
7272
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
7373
* indicating if the image was retrived from the local cache or from the network.
74-
* The forth parameter is the original image url.
74+
* The fourth parameter is the original image url.
7575
*/
7676
- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock;
7777

@@ -87,7 +87,7 @@
8787
* and takes the requested UIImage as first parameter. In case of error the image parameter
8888
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
8989
* indicating if the image was retrived from the local cache or from the network.
90-
* The forth parameter is the original image url.
90+
* The fourth parameter is the original image url.
9191
*/
9292
- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
9393

@@ -104,7 +104,7 @@
104104
* and takes the requested UIImage as first parameter. In case of error the image parameter
105105
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
106106
* indicating if the image was retrived from the local cache or from the network.
107-
* The forth parameter is the original image url.
107+
* The fourth parameter is the original image url.
108108
*/
109109
- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
110110

@@ -153,7 +153,7 @@
153153
* and takes the requested UIImage as first parameter. In case of error the image parameter
154154
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
155155
* indicating if the image was retrived from the local cache or from the network.
156-
* The forth parameter is the original image url.
156+
* The fourth parameter is the original image url.
157157
*/
158158
- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock;
159159

@@ -169,7 +169,7 @@
169169
* and takes the requested UIImage as first parameter. In case of error the image parameter
170170
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
171171
* indicating if the image was retrived from the local cache or from the network.
172-
* The forth parameter is the original image url.
172+
* The fourth parameter is the original image url.
173173
*/
174174
- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
175175

@@ -185,7 +185,7 @@
185185
* and takes the requested UIImage as first parameter. In case of error the image parameter
186186
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
187187
* indicating if the image was retrived from the local cache or from the network.
188-
* The forth parameter is the original image url.
188+
* The fourth parameter is the original image url.
189189
*/
190190
- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
191191

SDWebImage/UIImageView+HighlightedWebCache.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* and takes the requested UIImage as first parameter. In case of error the image parameter
4545
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
4646
* 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 fourth parameter is the original image url.
4848
*/
4949
- (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
5050

@@ -59,7 +59,7 @@
5959
* and takes the requested UIImage as first parameter. In case of error the image parameter
6060
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
6161
* 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 fourth parameter is the original image url.
6363
*/
6464
- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
6565

@@ -75,7 +75,7 @@
7575
* and takes the requested UIImage as first parameter. In case of error the image parameter
7676
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
7777
* 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 fourth parameter is the original image url.
7979
*/
8080
- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock;
8181

SDWebImage/UIImageView+WebCache.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
* and takes the requested UIImage as first parameter. In case of error the image parameter
9494
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
9595
* indicating if the image was retrived from the local cache or from the network.
96-
* The forth parameter is the original image url.
96+
* The fourth parameter is the original image url.
9797
*/
9898
- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
9999

@@ -108,7 +108,7 @@
108108
* and takes the requested UIImage as first parameter. In case of error the image parameter
109109
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
110110
* indicating if the image was retrived from the local cache or from the network.
111-
* The forth parameter is the original image url.
111+
* The fourth parameter is the original image url.
112112
*/
113113
- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
114114

@@ -124,7 +124,7 @@
124124
* and takes the requested UIImage as first parameter. In case of error the image parameter
125125
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
126126
* indicating if the image was retrived from the local cache or from the network.
127-
* The forth parameter is the original image url.
127+
* The fourth parameter is the original image url.
128128
*/
129129
- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
130130

@@ -141,7 +141,7 @@
141141
* and takes the requested UIImage as first parameter. In case of error the image parameter
142142
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
143143
* indicating if the image was retrived from the local cache or from the network.
144-
* The forth parameter is the original image url.
144+
* The fourth parameter is the original image url.
145145
*/
146146
- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock;
147147

@@ -158,7 +158,7 @@
158158
* and takes the requested UIImage as first parameter. In case of error the image parameter
159159
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
160160
* indicating if the image was retrived from the local cache or from the network.
161-
* The forth parameter is the original image url.
161+
* The fourth parameter is the original image url.
162162
*/
163163
- (void)sd_setImageWithPreviousCachedImageWithURL:(NSURL *)url andPlaceholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock;
164164

0 commit comments

Comments
 (0)