File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ public struct BuildDescription: Codable {
297
297
/// The map of copy commands.
298
298
let copyCommands : [ BuildManifest . CmdName : LLBuildManifest . CopyTool ]
299
299
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
301
301
/// their explicitly-declared dependencies
302
302
let explicitTargetDependencyImportCheckingMode : BuildParameters . TargetDependencyImportCheckingMode
303
303
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ public struct BuildOptions: ParsableArguments {
434
434
@Flag ( )
435
435
public var useIntegratedSwiftDriver : Bool = false
436
436
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
438
438
/// their explicitly-declared dependencies
439
439
@Option ( )
440
440
public var explicitTargetDependencyImportCheck : TargetDependencyImportCheckingMode = . none
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ public struct BuildParameters: Encodable {
174
174
/// Whether to use the explicit module build flow (with the integrated driver).
175
175
public var useExplicitModuleBuild : Bool
176
176
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.
178
178
/// their explicitly-declared dependencies
179
179
public var explicitTargetDependencyImportCheckingMode : TargetDependencyImportCheckingMode
180
180
You can’t perform that action at this time.
0 commit comments