Skip to content

Commit 128898d

Browse files
MojtabaHsmirza-garibovic
authored andcommitted
docs: fix a typo in connections
1 parent 1c06be1 commit 128898d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBBuildService/BuildServiceEntryPoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ extension BuildService {
9191
}
9292
}
9393

94-
/// Common entry point to the build service for in-process and out-of-process connectons.
94+
/// Common entry point to the build service for in-process and out-of-process connections.
9595
///
9696
/// Called directly from the exported C entry point `swiftbuildServiceEntryPoint` for in-process connections, or from `BuildService.main()` (after some basic file descriptor setup) for out-of-process connections.
9797
fileprivate static func run(inputFD: FileDescriptor, outputFD: FileDescriptor, connectionMode: ServiceHostConnectionMode, pluginsDirectory: URL?, arguments: [String], pluginLoadingFinished: () throws -> Void) async throws {

0 commit comments

Comments
 (0)