Skip to content

Commit a0c9812

Browse files
authored
CoreCommands: fix comment typo (#6489)
`inidcates` -> `indicates`
1 parent dce5590 commit a0c9812

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/Build/BuildOperationBuildSystemDelegateHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public struct BuildDescription: Codable {
297297
/// The map of copy commands.
298298
let copyCommands: [BuildManifest.CmdName: LLBuildManifest.CopyTool]
299299

300-
/// A flag that inidcates this build should perform a check for whether targets only import
300+
/// A flag that indicates this build should perform a check for whether targets only import
301301
/// their explicitly-declared dependencies
302302
let explicitTargetDependencyImportCheckingMode: BuildParameters.TargetDependencyImportCheckingMode
303303

Sources/CoreCommands/Options.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public struct BuildOptions: ParsableArguments {
434434
@Flag()
435435
public var useIntegratedSwiftDriver: Bool = false
436436

437-
/// A flag that inidcates this build should check whether targets only import
437+
/// A flag that indicates this build should check whether targets only import
438438
/// their explicitly-declared dependencies
439439
@Option()
440440
public var explicitTargetDependencyImportCheck: TargetDependencyImportCheckingMode = .none

Sources/SPMBuildCore/BuildParameters.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public struct BuildParameters: Encodable {
174174
/// Whether to use the explicit module build flow (with the integrated driver).
175175
public var useExplicitModuleBuild: Bool
176176

177-
/// A flag that inidcates this build should check whether targets only import.
177+
/// A flag that indicates this build should check whether targets only import.
178178
/// their explicitly-declared dependencies
179179
public var explicitTargetDependencyImportCheckingMode: TargetDependencyImportCheckingMode
180180

0 commit comments

Comments
 (0)