From f6dfa68b72527ad85e8c2e96d84edbec8304d7ef Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 23 Apr 2024 15:36:26 +0900 Subject: [PATCH] Update GTMSessionUploadFetcher.h occured -> occurred --- Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h b/Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h index 3537ccc9..64d44ae2 100644 --- a/Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h +++ b/Sources/Core/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h @@ -161,7 +161,7 @@ typedef void (^GTMSessionUploadFetcherCancellationHandler)(GTMSessionFetcher *_N // // Unlike other callbacks, since this is related specifically to the stopFetching flow it is not // cleared by stopFetching. It will instead clear itself after it is invoked or if the completion -// has occured before stopFetching is called. +// has occurred before stopFetching is called. @property(atomic, copy, nullable) GTMSessionUploadFetcherCancellationHandler cancellationHandler; // Exposed for testing only.