Skip to content

Commit cd5a5c1

Browse files
MaxDesiatovbnbarham
authored andcommitted
Fix doc comment typo in Sandbox.swift (swiftlang#7418)
`standbox` -> `sandbox` (cherry picked from commit 9d48dc7)
1 parent 2d35c65 commit cd5a5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Basics/Sandbox.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public enum Sandbox {
4545
/// - Parameters:
4646
/// - command: The command line to sandbox (including executable as first argument)
4747
/// - fileSystem: The file system instance to use.
48-
/// - strictness: The basic strictness level of the standbox.
48+
/// - strictness: The basic strictness level of the sandbox.
4949
/// - writableDirectories: Paths under which writing should be allowed, even if they would otherwise be read-only based on the strictness or paths in `readOnlyDirectories`.
5050
/// - readOnlyDirectories: Paths under which writing should be denied, even if they would have otherwise been allowed by the rules implied by the strictness level.
5151
public static func apply(

0 commit comments

Comments
 (0)