mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
Fix typos (#122)
Hi there, some small typos I fixed using [`typos`](https://github.com/crate-ci/typos). Cheers, Patrick
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
import ContainerizationError
|
||||
import Foundation
|
||||
|
||||
/// A message that can be pass across application boundries via XPC.
|
||||
/// A message that can be pass across application boundaries via XPC.
|
||||
public struct XPCMessage: Sendable {
|
||||
/// Defined message key storing the route value.
|
||||
public static let routeKey = "com.apple.container.xpc.route"
|
||||
|
||||
Reference in New Issue
Block a user