Skip to content

Commit e330121

Browse files
Fix a typo in Process.swift (swiftlang#368)
Signed-off-by: Marcin Iwanicki <[email protected]> Signed-off-by: Marcin Iwanicki <[email protected]>
1 parent 3c9480f commit e330121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/Process.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public final class Process {
414414
}
415415

416416
@_disfavoredOverload
417-
@available(*, deprecated, message: "user version without verbosity flag")
417+
@available(*, deprecated, message: "use version without verbosity flag")
418418
public convenience init(
419419
arguments: [String],
420420
environment: [String: String] = ProcessEnv.vars,

0 commit comments

Comments
 (0)