Skip to content

Commit d46bb5a

Browse files
neonichuabertelrud
andauthored
Update Sources/PackageLoading/ManifestLoader.swift
Co-authored-by: Anders Bertelrud <[email protected]>
1 parent 14ceb3e commit d46bb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageLoading/ManifestLoader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ public final class ManifestLoader: ManifestLoaderProtocol {
456456

457457
switch result {
458458
case .success(var evaluationResult):
459-
// Replace the temporary path with the orgiginal one in compiler output.
459+
// Replace the temporary path with the original one in compiler output.
460460
evaluationResult.compilerOutput = evaluationResult.compilerOutput?.replacingOccurrences(of: tempFile.path.pathString, with: manifestPath.pathString)
461461
completion(.success(evaluationResult))
462462
case .failure:

0 commit comments

Comments
 (0)