Skip to content

Commit 976f82b

Browse files
committed
PR1310 changes
1 parent 701cd1b commit 976f82b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Foundation/URLSession/NativeProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class _NativeProtocol: URLProtocol, _EasyHandleDelegate {
243243
}
244244

245245
func seekInputStream(to position: UInt64) throws {
246-
// We will reset the body sourse and seek forward.
246+
// We will reset the body source and seek forward.
247247
NSUnimplemented()
248248
}
249249

Foundation/URLSession/libcurl/EasyHandle.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ import Dispatch
4343
/// needs to be configured for a specific transfer (e.g. the URL) will be
4444
/// configured on an easy handle.
4545
///
46-
/// A single `URLSessionTask` may do multiple, sonecutive transfers, and
47-
/// as a result it will have to reconfigure it's easy handle between
46+
/// A single `URLSessionTask` may do multiple, consecutive transfers, and
47+
/// as a result it will have to reconfigure its easy handle between
4848
/// transfers. An easy handle can be re-used once its transfer has
4949
/// completed.
5050
///

0 commit comments

Comments
 (0)