Skip to content

Commit 9e65e25

Browse files
authored
Fix typo in filename (#5863)
1 parent 29a16bc commit 9e65e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Basics/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This source file is part of the Swift open source project
22
#
3-
# Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
3+
# Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
44
# Licensed under Apache License v2.0 with Runtime Library Exception
55
#
66
# See http://swift.org/LICENSE.txt for license information
@@ -18,7 +18,7 @@ add_library(Basics
1818
EnvironmentVariables.swift
1919
Errors.swift
2020
FileSystem+Extensions.swift
21-
HTPClient+URLSession.swift
21+
HTTPClient+URLSession.swift
2222
HTTPClient.swift
2323
JSON+Extensions.swift
2424
JSONDecoder+Extensions.swift

0 commit comments

Comments
 (0)