File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import var TSCBasic.localFileSystem
25
25
/// toolchain, such as the contents from `/usr/bin`.
26
26
public final class Toolchain {
27
27
28
- /// The unique toolchain identifer .
28
+ /// The unique toolchain identifier .
29
29
///
30
30
/// For an xctoolchain, this is a reverse domain name e.g. "com.apple.dt.toolchain.XcodeDefault".
31
31
/// Otherwise, it is typically derived from `path`.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import struct TSCBasic.FileSystemError
23
23
/// A helper type for decoding the Info.plist or ToolchainInfo.plist file from an .xctoolchain.
24
24
public struct XCToolchainPlist {
25
25
26
- /// The toolchain identifer e.g. "com.apple.dt.toolchain.XcodeDefault".
26
+ /// The toolchain identifier e.g. "com.apple.dt.toolchain.XcodeDefault".
27
27
public var identifier : String
28
28
29
29
/// The toolchain's human-readable name.
You can’t perform that action at this time.
0 commit comments