Skip to content

Commit 29283b0

Browse files
committed
Updates spelling of 'Receive'
1 parent 2c02a96 commit 29283b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/URLSession/URLSessionTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import Dispatch
2525
/// of processing a given request.
2626
open class URLSessionTask : NSObject, NSCopying {
2727

28-
public var countOfBytesClientExpectsToRecieve: Int64 { NSUnimplemented() }
28+
public var countOfBytesClientExpectsToReceive: Int64 { NSUnimplemented() }
2929
public var countOfBytesClientExpectsToSend: Int64 { NSUnimplemented() }
3030
public var earliestBeginDate: Date? { NSUnimplemented() }
3131

0 commit comments

Comments
 (0)