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:
Patrick Stöckle
2025-06-13 11:07:07 -07:00
committed by GitHub
parent 2364f33cc6
commit 84edaa20db
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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"