Skip to content

Commit 5884db8

Browse files
committed
Fix log typo
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
1 parent 90e63ab commit 5884db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/NextcloudFileProviderKit/Enumeration/EnumeratorPageResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct EnumeratorPageResponse: Sendable {
1717

1818
init?(nkResponseData: AFDataResponse<Data>?, index: Int) {
1919
guard let headers = nkResponseData?.response?.allHeaderFields as? [String: String] else {
20-
logger.debug("Page reponse nil as could not get header fields from Alamofire response")
20+
logger.debug("Page response nil as could not get header fields from Alamofire response")
2121
return nil
2222
}
2323

0 commit comments

Comments
 (0)