diff --git a/SDWebImage/Core/SDWebImageDownloaderOperation.h b/SDWebImage/Core/SDWebImageDownloaderOperation.h index 7f073b77..5fc19289 100644 --- a/SDWebImage/Core/SDWebImageDownloaderOperation.h +++ b/SDWebImage/Core/SDWebImageDownloaderOperation.h @@ -128,7 +128,7 @@ context:(nullable SDWebImageContext *)context NS_DESIGNATED_INITIALIZER; /** - * Adds handlers for progress and completion. Returns a tokent that can be passed to -cancel: to cancel this set of + * Adds handlers for progress and completion. Returns a token that can be passed to -cancel: to cancel this set of * callbacks. * * @param progressBlock the block executed when a new chunk of data arrives.