From d5f996768ba8ecec54098ba9d3aa66ebd9431871 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 28 Apr 2024 14:01:53 -0700 Subject: [PATCH] Fix typo. --- .../Account/AccountDelegates/FeedlyAccountDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Account/Sources/Account/AccountDelegates/FeedlyAccountDelegate.swift b/Account/Sources/Account/AccountDelegates/FeedlyAccountDelegate.swift index 2bd8352d7..6ea67ba45 100644 --- a/Account/Sources/Account/AccountDelegates/FeedlyAccountDelegate.swift +++ b/Account/Sources/Account/AccountDelegates/FeedlyAccountDelegate.swift @@ -808,7 +808,7 @@ final class FeedlyAccountDelegate: AccountDelegate { try await caller.getFeeds(for: url, count: 1, localeIdentifier: Locale.current.identifier) } - func featchStreamContents(resource: FeedlyResourceID, continuation: String? = nil, newerThan: Date?, unreadOnly: Bool? = nil) async throws -> Set { + func fetchStreamContents(resource: FeedlyResourceID, continuation: String? = nil, newerThan: Date?, unreadOnly: Bool? = nil) async throws -> Set { // To replace FeedlyGetStreamContentsOperation