Skip to content

Commit 6df8f25

Browse files
authored
SKCore: fix identifer typo in comments
1 parent de89ec9 commit 6df8f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SKCore/Toolchain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import var TSCBasic.localFileSystem
2525
/// toolchain, such as the contents from `/usr/bin`.
2626
public final class Toolchain {
2727

28-
/// The unique toolchain identifer.
28+
/// The unique toolchain identifier.
2929
///
3030
/// For an xctoolchain, this is a reverse domain name e.g. "com.apple.dt.toolchain.XcodeDefault".
3131
/// Otherwise, it is typically derived from `path`.

Sources/SKCore/XCToolchainPlist.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import struct TSCBasic.FileSystemError
2323
/// A helper type for decoding the Info.plist or ToolchainInfo.plist file from an .xctoolchain.
2424
public struct XCToolchainPlist {
2525

26-
/// The toolchain identifer e.g. "com.apple.dt.toolchain.XcodeDefault".
26+
/// The toolchain identifier e.g. "com.apple.dt.toolchain.XcodeDefault".
2727
public var identifier: String
2828

2929
/// The toolchain's human-readable name.

0 commit comments

Comments
 (0)