Skip to content

Commit 5a77877

Browse files
committed
Merge pull request swiftlang#37 from johnno1962/master
Minor typo fix
2 parents 14ef6e4 + f787a45 commit 5a77877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/dep/Error.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extension Error: CustomStringConvertible {
3030
case ManifestTargetNotFound(let target):
3131
return "The manifest describes a target that cannot be found in your source tree: \(target)"
3232
case InvalidDependencyGraph(let package):
33-
return "The dependency graph could not be satisifed (\(package))"
33+
return "The dependency graph could not be satisfied (\(package))"
3434
case InvalidSourcesLayout(let sources):
3535
return "Your source structure is not supported due to conflicting directories: \(sources)"
3636
case UpdateRequired(let package):
@@ -39,4 +39,4 @@ extension Error: CustomStringConvertible {
3939
return "Failed to clone \(url) to \(dstdir)"
4040
}
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)