From f9a8de568491abe79f6851802bfec8d9fc2b5d35 Mon Sep 17 00:00:00 2001 From: Huang-Libo Date: Fri, 23 Apr 2021 11:34:34 +0800 Subject: [PATCH] Fix spelling error in SDWebImageDownloaderOperation tokent -> token --- SDWebImage/Core/SDWebImageDownloaderOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.