mirror of
https://github.com/apple/container.git
synced 2026-08-28 11:26:32 +00:00
Spelling (#207)
This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling) The misspellings have been reported at https://github.com/jsoref/container/actions/runs/15662939575/attempts/1 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/container/actions/runs/15662939742/attempts/1#summary-44123289718 --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -169,7 +169,7 @@ extension PluginLoader {
|
||||
instanceId: String? = nil
|
||||
) throws {
|
||||
// We only care about loading plugins that have a service
|
||||
// to expose, otherwise they may just be CLI commands.
|
||||
// to expose; otherwise, they may just be CLI commands.
|
||||
guard let serviceConfig = plugin.config.servicesConfig else {
|
||||
return
|
||||
}
|
||||
@@ -201,7 +201,7 @@ extension PluginLoader {
|
||||
|
||||
public func deregisterWithLaunchd(plugin: Plugin, instanceId: String? = nil) throws {
|
||||
// We only care about loading plugins that have a service
|
||||
// to expose, otherwise they may just be CLI commands.
|
||||
// to expose; otherwise, they may just be CLI commands.
|
||||
guard plugin.config.servicesConfig != nil else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user