Skip to content

Commit

Permalink
Merge branch 'improve-operation-behavior'
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki Morita committed Dec 16, 2014
2 parents 327c444 + f7a2321 commit 22750a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/SDWebImageDownloaderOperation.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "SDWebImageManager.h"

NSString *const SDWebImageDownloadStartNotification = @"SDWebImageDownloadStartNotification";
NSString *const SDWebImageDownloadReseiveResponseNotification = @"SDWebImageDownloadReseiveResponseNotification";
NSString *const SDWebImageDownloadReceiveResponseNotification = @"SDWebImageDownloadReceiveResponseNotification";
NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNotification";
NSString *const SDWebImageDownloadFinishNotification = @"SDWebImageDownloadFinishNotification";

Expand Down

0 comments on commit 22750a1

Please sign in to comment.