diff --git a/Sources/Build/BuildOperationBuildSystemDelegateHandler.swift b/Sources/Build/BuildOperationBuildSystemDelegateHandler.swift index 1c164d8e48e..7e35da19784 100644 --- a/Sources/Build/BuildOperationBuildSystemDelegateHandler.swift +++ b/Sources/Build/BuildOperationBuildSystemDelegateHandler.swift @@ -297,7 +297,7 @@ public struct BuildDescription: Codable { /// The map of copy commands. let copyCommands: [BuildManifest.CmdName: LLBuildManifest.CopyTool] - /// A flag that inidcates this build should perform a check for whether targets only import + /// A flag that indicates this build should perform a check for whether targets only import /// their explicitly-declared dependencies let explicitTargetDependencyImportCheckingMode: BuildParameters.TargetDependencyImportCheckingMode diff --git a/Sources/CoreCommands/Options.swift b/Sources/CoreCommands/Options.swift index f834b479369..c07585008c9 100644 --- a/Sources/CoreCommands/Options.swift +++ b/Sources/CoreCommands/Options.swift @@ -434,7 +434,7 @@ public struct BuildOptions: ParsableArguments { @Flag() public var useIntegratedSwiftDriver: Bool = false - /// A flag that inidcates this build should check whether targets only import + /// A flag that indicates this build should check whether targets only import /// their explicitly-declared dependencies @Option() public var explicitTargetDependencyImportCheck: TargetDependencyImportCheckingMode = .none diff --git a/Sources/SPMBuildCore/BuildParameters.swift b/Sources/SPMBuildCore/BuildParameters.swift index f435d606014..86ccd2c1109 100644 --- a/Sources/SPMBuildCore/BuildParameters.swift +++ b/Sources/SPMBuildCore/BuildParameters.swift @@ -174,7 +174,7 @@ public struct BuildParameters: Encodable { /// Whether to use the explicit module build flow (with the integrated driver). public var useExplicitModuleBuild: Bool - /// A flag that inidcates this build should check whether targets only import. + /// A flag that indicates this build should check whether targets only import. /// their explicitly-declared dependencies public var explicitTargetDependencyImportCheckingMode: TargetDependencyImportCheckingMode