Skip to content

SKCore: fix identifer typo in comments #703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/SKCore/Toolchain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import var TSCBasic.localFileSystem
/// toolchain, such as the contents from `/usr/bin`.
public final class Toolchain {

/// The unique toolchain identifer.
/// The unique toolchain identifier.
///
/// For an xctoolchain, this is a reverse domain name e.g. "com.apple.dt.toolchain.XcodeDefault".
/// Otherwise, it is typically derived from `path`.
Expand Down
2 changes: 1 addition & 1 deletion Sources/SKCore/XCToolchainPlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import struct TSCBasic.FileSystemError
/// A helper type for decoding the Info.plist or ToolchainInfo.plist file from an .xctoolchain.
public struct XCToolchainPlist {

/// The toolchain identifer e.g. "com.apple.dt.toolchain.XcodeDefault".
/// The toolchain identifier e.g. "com.apple.dt.toolchain.XcodeDefault".
public var identifier: String

/// The toolchain's human-readable name.
Expand Down